This commit is contained in:
Home Assistant Version Control
2026-08-12 23:21:24 +00:00
parent 4517d1682f
commit f8ab9eda84
24 changed files with 625 additions and 468 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"entity": {
"climate": {
"climate_key": {
"state_attributes": {
"fan_mode": {
"state": {
"silent": "mdi:fan-clock",
"full": "mdi:fan-alert"
}
}
}
}
}
}
}