From 0bf66384ed49270770f6023021034fd994da34f1 Mon Sep 17 00:00:00 2001 From: ArrayLabs Date: Tue, 14 Mar 2017 15:06:30 -0400 Subject: [PATCH] Cover myq fix update pymyq (#6595) * update pymyq to 0.0.8 update to correct wrong version in setup.py * update pymyq to 0.0.8 update to correct wrong version in setup.py --- homeassistant/components/cover/myq.py | 4 ++-- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/cover/myq.py b/homeassistant/components/cover/myq.py index 826be580f93..b749fde465f 100644 --- a/homeassistant/components/cover/myq.py +++ b/homeassistant/components/cover/myq.py @@ -14,8 +14,8 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv REQUIREMENTS = [ - 'https://github.com/arraylabs/pymyq/archive/v0.0.7.zip' - '#pymyq==0.0.7'] + 'https://github.com/arraylabs/pymyq/archive/v0.0.8.zip' + '#pymyq==0.0.8'] COVER_SCHEMA = vol.Schema({ vol.Required(CONF_TYPE): cv.string, diff --git a/requirements_all.txt b/requirements_all.txt index e3291412427..27e31c49a46 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -233,7 +233,7 @@ https://github.com/Xorso/pyalarmdotcom/archive/0.1.1.zip#pyalarmdotcom==0.1.1 https://github.com/aparraga/braviarc/archive/0.3.6.zip#braviarc==0.3.6 # homeassistant.components.cover.myq -https://github.com/arraylabs/pymyq/archive/v0.0.7.zip#pymyq==0.0.7 +https://github.com/arraylabs/pymyq/archive/v0.0.8.zip#pymyq==0.0.8 # homeassistant.components.media_player.roku https://github.com/bah2830/python-roku/archive/3.1.3.zip#roku==3.1.3