mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add icons for ZHA fan modes (#145634)
This commit is contained in:
parent
8ce3ead782
commit
cfa4d37909
@ -5,6 +5,18 @@
|
|||||||
"default": "mdi:hand-wave"
|
"default": "mdi:hand-wave"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"fan": {
|
||||||
|
"fan": {
|
||||||
|
"state_attributes": {
|
||||||
|
"preset_mode": {
|
||||||
|
"state": {
|
||||||
|
"auto": "mdi:fan-auto",
|
||||||
|
"smart": "mdi:fan-auto"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"light": {
|
"light": {
|
||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user