Add icons for ZHA fan modes (#145634)

This commit is contained in:
TheJulianJES 2025-05-26 19:44:31 +02:00 committed by GitHub
parent 8ce3ead782
commit cfa4d37909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,18 @@
"default": "mdi:hand-wave"
}
},
"fan": {
"fan": {
"state_attributes": {
"preset_mode": {
"state": {
"auto": "mdi:fan-auto",
"smart": "mdi:fan-auto"
}
}
}
}
},
"light": {
"light": {
"state_attributes": {