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.11pull/14949/head^2
parent
176ef411de
commit
fecce206a9
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue