mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Set icon for off state for light domain (#148749)
This commit is contained in:
parent
2c2ac4b669
commit
5b29d6bbdf
@ -2,6 +2,9 @@
|
|||||||
"entity_component": {
|
"entity_component": {
|
||||||
"_": {
|
"_": {
|
||||||
"default": "mdi:lightbulb",
|
"default": "mdi:lightbulb",
|
||||||
|
"state": {
|
||||||
|
"off": "mdi:lightbulb-off"
|
||||||
|
},
|
||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"effect": {
|
"effect": {
|
||||||
"default": "mdi:circle-medium",
|
"default": "mdi:circle-medium",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user