1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/light/icons.json
2025-07-15 16:25:22 +01:00

30 lines
517 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:lightbulb",
"state": {
"off": "mdi:lightbulb-off"
},
"state_attributes": {
"effect": {
"default": "mdi:circle-medium",
"state": {
"off": "mdi:star-off"
}
}
}
}
},
"services": {
"toggle": {
"service": "mdi:lightbulb"
},
"turn_off": {
"service": "mdi:lightbulb-off"
},
"turn_on": {
"service": "mdi:lightbulb-on"
}
}
}