mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 03:51:12 +02:00
Increase MyQ update interval (#100977)
This commit is contained in:
@@ -33,14 +33,4 @@ MYQ_TO_HASS = {
|
||||
MYQ_GATEWAY = "myq_gateway"
|
||||
MYQ_COORDINATOR = "coordinator"
|
||||
|
||||
# myq has some ratelimits in place
|
||||
# and 61 seemed to be work every time
|
||||
UPDATE_INTERVAL = 15
|
||||
|
||||
# Estimated time it takes myq to start transition from one
|
||||
# state to the next.
|
||||
TRANSITION_START_DURATION = 7
|
||||
|
||||
# Estimated time it takes myq to complete a transition
|
||||
# from one state to another
|
||||
TRANSITION_COMPLETE_DURATION = 37
|
||||
UPDATE_INTERVAL = 30
|
||||
|
||||
Reference in New Issue
Block a user