Update controller.py

This commit is contained in:
Johannes
2022-03-31 09:39:02 +02:00
committed by GitHub
parent f3933ab0e2
commit 06464404c4

View File

@@ -26,7 +26,7 @@ class LuiController(object):
ha_api.run_minutely(self._pages_gen.update_time, time) ha_api.run_minutely(self._pages_gen.update_time, time)
# Setup date callback # Setup date callback
self.api.run_daily(self._pages_gen.update_date, time) ha_api.run_daily(self._pages_gen.update_date, time)
# weather callback # weather callback
weather_interval = 15 * 60 # 15 minutes weather_interval = 15 * 60 # 15 minutes