From 92694c53e09cd55ac48543cdded0bdcf89e2ef76 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 27 Sep 2023 09:02:19 -0400 Subject: [PATCH] Increase MyQ update interval (#100977) --- homeassistant/components/myq/const.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/homeassistant/components/myq/const.py b/homeassistant/components/myq/const.py index 3c7b5ba373a..16dead34477 100644 --- a/homeassistant/components/myq/const.py +++ b/homeassistant/components/myq/const.py @@ -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