Update version for pymyq to 1.1.0 (#20756)

Update version of pymyq to 1.1.0; this version brings improved functionality, reducing errors for retrieving current state for the MyQ covers.
pull/20766/head
Daniel Høyer Iversen 2019-02-05 06:42:39 +01:00 committed by GitHub
commit 154b401d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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