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