Increase MyQ update interval (#100977)

This commit is contained in:
Luke Lashley 2023-09-27 09:02:19 -04:00 committed by GitHub
parent 7cb555739f
commit 92694c53e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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