add alternative layout for screensaver

This commit is contained in:
Johannes
2022-03-31 22:31:21 +02:00
parent c7b0bc7d82
commit f9cb4c03b6
15 changed files with 770 additions and 2453 deletions

View File

@@ -27,7 +27,7 @@ class LuiController(object):
# Setup date callback
ha_api.run_daily(self._pages_gen.update_date, time)
# weather callback
weather_interval = 15 * 60 # 15 minutes
ha_api.run_every(self.weather_update, "now", weather_interval)