mirror of
https://github.com/home-assistant/core.git
synced 2026-08-20 05:10:44 +01:00
24 lines
378 B
JSON
24 lines
378 B
JSON
{
|
|
"entity": {
|
|
"light": {
|
|
"light": {
|
|
"default": "mdi:lightbulb-group",
|
|
"state": {
|
|
"off": "mdi:lightbulb-group-off"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"service": "mdi:reload"
|
|
},
|
|
"remove": {
|
|
"service": "mdi:home-group-remove"
|
|
},
|
|
"set": {
|
|
"service": "mdi:home-group-plus"
|
|
}
|
|
}
|
|
}
|