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',