Add fan attributes icon translations (#108722)

This commit is contained in:
Paul Bottein 2024-01-24 08:44:45 +01:00 committed by GitHub
parent 8d1665df16
commit 00c4913401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,14 @@
"default": "mdi:fan",
"state": {
"off": "mdi:fan-off"
},
"state_attributes": {
"direction": {
"default": "mdi:rotate-right",
"state": {
"reverse": "mdi:rotate-left"
}
}
}
}
},