mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Increase MyQ update interval (#100977)
This commit is contained in:
parent
7cb555739f
commit
92694c53e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user