Myq update from 0.0.8 to 0.0.11 (#14947)

* Update requirements_all.txt

Update myq from 0.0.8 to 0.0.11

* Update myq.py

Update myq from 0.0.8 to 0.0.11
pull/14949/head^2
ArrayLabs 2018-06-13 02:02:27 -04:00 committed by Martin Hjelmare
parent 176ef411de
commit fecce206a9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from homeassistant.const import (
CONF_USERNAME, CONF_PASSWORD, CONF_TYPE, STATE_CLOSED)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pymyq==0.0.8']
REQUIREMENTS = ['pymyq==0.0.11']
_LOGGER = logging.getLogger(__name__)

View File

@ -917,7 +917,7 @@ pymonoprice==0.3
pymusiccast==0.1.6
# homeassistant.components.cover.myq
pymyq==0.0.8
pymyq==0.0.11
# homeassistant.components.mysensors
pymysensors==0.14.0