core/homeassistant/components/light/icons.json

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"
}
}
}