mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Add fan attributes icon translations (#108722)
This commit is contained in:
parent
8d1665df16
commit
00c4913401
@ -4,6 +4,14 @@
|
||||
"default": "mdi:fan",
|
||||
"state": {
|
||||
"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