From b7cb3ea1605edee90436988697372368a6c13366 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:57:11 +0200 Subject: [PATCH] fix icon on alt layout --- apps/nspanel-lovelace-ui/luibackend/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")