change date update to hourly for #524

This commit is contained in:
Johannes
2022-10-22 19:51:00 +02:00
committed by GitHub
parent 9675a565be
commit d701d76bfc

View File

@@ -122,7 +122,7 @@ class LuiController(object):
apis.ha_api.run_minutely(self._pages_gen.update_time, time)
# Setup date callback
apis.ha_api.run_daily(self._pages_gen.update_date, time)
apis.ha_api.run_hourly(self._pages_gen.update_date, time)
# register callbacks for each time
if type(self._config.get("sleepBrightness")) == list: