diff --git a/apps/nspanel-lovelace-ui/luibackend/pages.py b/apps/nspanel-lovelace-ui/luibackend/pages.py index b754a605..b50f5e03 100644 --- a/apps/nspanel-lovelace-ui/luibackend/pages.py +++ b/apps/nspanel-lovelace-ui/luibackend/pages.py @@ -100,7 +100,7 @@ class LuiPagesGen(object): altLayout = "" if self._config._config_screensaver.raw_config.get("alternativeLayout", False) is True: - altLayout = f"~26~{we.attributes.humidity} %" + altLayout = f"~{get_icon_id('water-percent')}~{we.attributes.humidity} %" self._send_mqtt_msg(f"weatherUpdate~{icon_cur}~{text_cur}{weather_res}{altLayout}")