From 8059905579d3bf34a323c2bf9727d63e2041c3c6 Mon Sep 17 00:00:00 2001 From: mikosoft83 <63317931+mikosoft83@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:15:30 +0200 Subject: [PATCH] Update icons.py (#1343) Climate icons improvement --- apps/nspanel-lovelace-ui/luibackend/icons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nspanel-lovelace-ui/luibackend/icons.py b/apps/nspanel-lovelace-ui/luibackend/icons.py index 3b6f76cd..2f292d13 100644 --- a/apps/nspanel-lovelace-ui/luibackend/icons.py +++ b/apps/nspanel-lovelace-ui/luibackend/icons.py @@ -159,8 +159,8 @@ alarm_control_panel_mapping = { } climate_mapping = { - 'auto': 'calendar-sync', - 'heat_cool': 'calendar-sync', + 'auto': 'fan-auto', + 'heat_cool': 'sun-snowflake-variant', 'heat': 'fire', 'off': 'power', 'cool': 'snowflake',