mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Update scan interval to 5 minutes. (#21041)
This commit is contained in:
parent
136b1e1f6c
commit
67780dfb4e
@ -29,7 +29,7 @@ DEFAULT_BRAND = 'Blink'
|
||||
DEFAULT_ATTRIBUTION = "Data provided by immedia-semi.com"
|
||||
SIGNAL_UPDATE_BLINK = "blink_update"
|
||||
|
||||
DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)
|
||||
DEFAULT_SCAN_INTERVAL = timedelta(seconds=300)
|
||||
|
||||
TYPE_CAMERA_ARMED = 'motion_enabled'
|
||||
TYPE_MOTION_DETECTED = 'motion_detected'
|
||||
|
Loading…
x
Reference in New Issue
Block a user