From cfa4d37909aa6c0bd76387848718a36dc50fb2d5 Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Mon, 26 May 2025 19:44:31 +0200 Subject: [PATCH] Add icons for ZHA fan modes (#145634) --- homeassistant/components/zha/icons.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/homeassistant/components/zha/icons.json b/homeassistant/components/zha/icons.json index e487f2ee24f..5caa1dec373 100644 --- a/homeassistant/components/zha/icons.json +++ b/homeassistant/components/zha/icons.json @@ -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": {