1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/light/icons.json
2025-03-28 11:48:34 +01:00

27 lines
456 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:lightbulb",
"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"
}
}
}