mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
parent
89dfca962f
commit
eb2d2ce1b3
@ -78,8 +78,8 @@ HOURLY = "hourly"
|
|||||||
|
|
||||||
OBSERVATION_VALID_TIME = timedelta(minutes=60)
|
OBSERVATION_VALID_TIME = timedelta(minutes=60)
|
||||||
FORECAST_VALID_TIME = timedelta(minutes=45)
|
FORECAST_VALID_TIME = timedelta(minutes=45)
|
||||||
# A lot of stations update once hourly plus some wiggle room
|
# Ask for observations for last four hours
|
||||||
UPDATE_TIME_PERIOD = timedelta(minutes=70)
|
UPDATE_TIME_PERIOD = timedelta(minutes=240)
|
||||||
|
|
||||||
DEBOUNCE_TIME = 10 * 60 # in seconds
|
DEBOUNCE_TIME = 10 * 60 # in seconds
|
||||||
DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)
|
DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user