From 3d8b7a41226cb741cc89ceaed3c1fbd301957f8a Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 3 Jun 2017 18:12:36 +0300 Subject: [PATCH] Switch pymyq to pypi (#7884) --- homeassistant/components/cover/myq.py | 4 +--- requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/cover/myq.py b/homeassistant/components/cover/myq.py index 5c79540a249..4c862f8c8b8 100644 --- a/homeassistant/components/cover/myq.py +++ b/homeassistant/components/cover/myq.py @@ -14,9 +14,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv import homeassistant.loader as loader -REQUIREMENTS = [ - 'https://github.com/arraylabs/pymyq/archive/v0.0.8.zip' - '#pymyq==0.0.8'] +REQUIREMENTS = ['pymyq==0.0.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 507c3091593..977ca088702 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -273,9 +273,6 @@ https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4 # homeassistant.components.media_player.braviatv https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7 -# homeassistant.components.cover.myq -https://github.com/arraylabs/pymyq/archive/v0.0.8.zip#pymyq==0.0.8 - # homeassistant.components.media_player.spotify https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4 @@ -599,6 +596,9 @@ pymochad==0.1.1 # homeassistant.components.modbus pymodbus==1.3.0rc1 +# homeassistant.components.cover.myq +pymyq==0.0.8 + # homeassistant.components.mysensors pymysensors==0.10.0