This commit is contained in:
Johannes
2022-05-23 15:37:17 +02:00
parent 79054251b1
commit 100cb0ec79

View File

@@ -112,7 +112,7 @@ class LuiPagesGen(object):
weather_res+=f"~{up}~{icon}~{down}"
altLayout = ""
if self._config._config_screensaver.raw_config.get("alternativeLayout", False) is True:
if self._config._config_screensaver.raw_config.get("alternativeLayout", False):
altLayout = f"~{get_icon_id('water-percent')}~{we.attributes.humidity} %"
self._send_mqtt_msg(f"weatherUpdate~{icon_cur}~{text_cur}{weather_res}{altLayout}")