Update nspanel-lovelance-ui.py

This commit is contained in:
joBr99
2022-03-09 15:30:40 +01:00
committed by GitHub
parent 7d162c053c
commit 142dacc890

View File

@@ -32,7 +32,7 @@ class NsPanelLovelanceUI:
self.api.run_daily(self.update_date, time)
self.update_date("")
# Setup weather callback - send/update weather information every 10 minutes
# Setup weather callback
weather_interval = 15 * 60 # 15 minutes
self.api.run_every(self.update_screensaver_weather, "now", weather_interval)