From 142dacc8909e79697738383345985a48f4bb5b90 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:30:40 +0100 Subject: [PATCH] Update nspanel-lovelance-ui.py --- apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py b/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py index bb474747..c6521a85 100644 --- a/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py +++ b/apps/nspanel-lovelance-ui/nspanel-lovelance-ui.py @@ -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)