From 3d34368e6e074090a778dbb891619b863f29a11e Mon Sep 17 00:00:00 2001 From: arraylabs Date: Mon, 20 Feb 2017 12:25:29 -0500 Subject: [PATCH] myq cover support gates (#6123) * update myq to 0.0.6 * update req to 0.0.6 Adds support for gates --- 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 5c08c474fd8..429c330877c 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.5.zip' - '#pymyq==0.0.5'] + 'https://github.com/arraylabs/pymyq/archive/v0.0.6.zip' + '#pymyq==0.0.6'] COVER_SCHEMA = vol.Schema({ vol.Required(CONF_TYPE): cv.string, diff --git a/requirements_all.txt b/requirements_all.txt index bd4362039c7..e288e6b2bf6 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -221,7 +221,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.5.zip#pymyq==0.0.5 +https://github.com/arraylabs/pymyq/archive/v0.0.6.zip#pymyq==0.0.6 # homeassistant.components.media_player.roku https://github.com/bah2830/python-roku/archive/3.1.3.zip#roku==3.1.3