mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-23 16:04:25 +01:00
change date update to hourly for #524
This commit is contained in:
@@ -122,7 +122,7 @@ class LuiController(object):
|
|||||||
apis.ha_api.run_minutely(self._pages_gen.update_time, time)
|
apis.ha_api.run_minutely(self._pages_gen.update_time, time)
|
||||||
|
|
||||||
# Setup date callback
|
# 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
|
# register callbacks for each time
|
||||||
if type(self._config.get("sleepBrightness")) == list:
|
if type(self._config.get("sleepBrightness")) == list:
|
||||||
|
|||||||
Reference in New Issue
Block a user