diff --git a/homeassistant/components/cover/myq.py b/homeassistant/components/cover/myq.py index bdff232fec9..b2587c06512 100644 --- a/homeassistant/components/cover/myq.py +++ b/homeassistant/components/cover/myq.py @@ -15,7 +15,7 @@ from homeassistant.const import ( STATE_OPEN, STATE_OPENING) from homeassistant.helpers import aiohttp_client, config_validation as cv -REQUIREMENTS = ['pymyq==1.0.0'] +REQUIREMENTS = ['pymyq==1.1.0'] _LOGGER = logging.getLogger(__name__) MYQ_TO_HASS = { diff --git a/requirements_all.txt b/requirements_all.txt index f8085401d98..05d9c07603c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1131,7 +1131,7 @@ pymonoprice==0.3 pymusiccast==0.1.6 # homeassistant.components.cover.myq -pymyq==1.0.0 +pymyq==1.1.0 # homeassistant.components.mysensors pymysensors==0.18.0