1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00
Files
core/homeassistant/components/light/icons.json
2024-01-20 08:35:49 +01:00

13 lines
205 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:lightbulb"
}
},
"services": {
"toggle": "mdi:lightbulb",
"turn_off": "mdi:lightbulb-off",
"turn_on": "mdi:lightbulb-on"
}
}