mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 15:34:26 +01:00
move theme config to screensaver
This commit is contained in:
@@ -438,7 +438,7 @@ class LuiPagesGen(object):
|
||||
if card.cardType == "screensaver":
|
||||
self.update_screensaver_weather()
|
||||
# send color if configured in theme
|
||||
theme = self._config.get("theme")
|
||||
theme = card.raw_config.get("theme")
|
||||
if theme is not None:
|
||||
self._send_mqtt_msg(get_screensaver_color_output(theme))
|
||||
if card.cardType == "cardQR":
|
||||
|
||||
Reference in New Issue
Block a user