Skip to content

Commit 5b29d6b

Browse files
authored
Set icon for off state for light domain (home-assistant#148749)
1 parent 2c2ac4b commit 5b29d6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

homeassistant/components/light/icons.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"entity_component": {
33
"_": {
44
"default": "mdi:lightbulb",
5+
"state": {
6+
"off": "mdi:lightbulb-off"
7+
},
58
"state_attributes": {
69
"effect": {
710
"default": "mdi:circle-medium",

0 commit comments

Comments
 (0)