From 8557d0326539adad662a585508171b872d7d7248 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 6 Mar 2024 12:36:51 +0100 Subject: [PATCH] Add icon translations to iZone (#111848) --- homeassistant/components/izone/icons.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 homeassistant/components/izone/icons.json diff --git a/homeassistant/components/izone/icons.json b/homeassistant/components/izone/icons.json new file mode 100644 index 00000000000..e02cd57c141 --- /dev/null +++ b/homeassistant/components/izone/icons.json @@ -0,0 +1,6 @@ +{ + "services": { + "airflow_min": "mdi:fan-minus", + "airflow_max": "mdi:fan-plus" + } +}