core/homeassistant/components/light/icons.json

19 lines
280 B
JSON

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