Skip to content

Commit 30e2777

Browse files
committed
Change default polling interval from 30 to 60 seconds.
1 parent 5a8ebbf commit 30e2777

File tree

1 file changed

+1
-1
lines changed
  • custom_components/satellitetracker

1 file changed

+1
-1
lines changed

custom_components/satellitetracker/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CONF_SATELLITE = "satellite"
1313
CONF_MIN_ALERT = "min_alert"
1414
DEFAULT_MIN_ALERT = 45
15-
DEFAULT_POLLING_INTERVAL = 30
15+
DEFAULT_POLLING_INTERVAL = 60
1616
DEFAULT_MIN_VISIBILITY = 300
1717
DEFAULT_MIN_ELEVATION = 0
1818
TRACKER_TYPE = {

0 commit comments

Comments
 (0)