mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Add fan attributes icon translations (#108722)
This commit is contained in:
parent
8d1665df16
commit
00c4913401
@ -4,6 +4,14 @@
|
|||||||
"default": "mdi:fan",
|
"default": "mdi:fan",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "mdi:fan-off"
|
"off": "mdi:fan-off"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"direction": {
|
||||||
|
"default": "mdi:rotate-right",
|
||||||
|
"state": {
|
||||||
|
"reverse": "mdi:rotate-left"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user