fix theme

This commit is contained in:
joBr99
2023-01-29 21:10:38 +01:00
parent 516a2dc000
commit 8dfe5e87d4
2 changed files with 6 additions and 14 deletions

View File

@@ -139,6 +139,9 @@ class LuiPagesGen(object):
item_str += self.generate_entities_item(item, "cardEntities")
self._send_mqtt_msg(f"weatherUpdate{item_str}")
# send color if configured in screensaver
if theme is not None:
self._send_mqtt_msg(get_screensaver_color_output(theme=theme))
def update_status_icons(self):
status_res = ""