From 05a3c463bf9bfb8f77064b06169e2c9a64fa4ce0 Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Thu, 4 May 2017 01:48:43 -0400 Subject: [PATCH] update for pypi (#7430) --- homeassistant/components/ecobee.py | 4 +--- homeassistant/components/joaoapps_join.py | 4 +--- homeassistant/components/notify/joaoapps_join.py | 4 +--- requirements_all.txt | 14 +++++++------- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/homeassistant/components/ecobee.py b/homeassistant/components/ecobee.py index 11e6e89a74f..f0c95f7de3d 100644 --- a/homeassistant/components/ecobee.py +++ b/homeassistant/components/ecobee.py @@ -16,9 +16,7 @@ from homeassistant.const import CONF_API_KEY from homeassistant.loader import get_component from homeassistant.util import Throttle -REQUIREMENTS = [ - 'https://github.com/nkgilley/python-ecobee-api/archive/' - 'a4496b293956b2eac285305136a62ac78bef510d.zip#python-ecobee==0.0.7'] +REQUIREMENTS = ['python-ecobee-api==0.0.7'] _CONFIGURING = {} _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/joaoapps_join.py b/homeassistant/components/joaoapps_join.py index 9dc595a6e30..fe87e33233c 100644 --- a/homeassistant/components/joaoapps_join.py +++ b/homeassistant/components/joaoapps_join.py @@ -11,9 +11,7 @@ import voluptuous as vol import homeassistant.helpers.config_validation as cv from homeassistant.const import CONF_NAME, CONF_API_KEY -REQUIREMENTS = [ - 'https://github.com/nkgilley/python-join-api/archive/' - '3e1e849f1af0b4080f551b62270c6d244d5fbcbd.zip#python-join-api==0.0.1'] +REQUIREMENTS = ['python-join-api==0.0.1'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/notify/joaoapps_join.py b/homeassistant/components/notify/joaoapps_join.py index 84b37f249a8..9afabb7249f 100644 --- a/homeassistant/components/notify/joaoapps_join.py +++ b/homeassistant/components/notify/joaoapps_join.py @@ -12,9 +12,7 @@ from homeassistant.components.notify import ( from homeassistant.const import CONF_API_KEY import homeassistant.helpers.config_validation as cv -REQUIREMENTS = [ - 'https://github.com/nkgilley/python-join-api/archive/' - '3e1e849f1af0b4080f551b62270c6d244d5fbcbd.zip#python-join-api==0.0.1'] +REQUIREMENTS = ['python-join-api==0.0.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2f72e647163..022c147c2b4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -293,13 +293,6 @@ https://github.com/molobrakos/python-pocketcasts/archive/9f61ff00c77c7c98ffa0af9 # homeassistant.components.switch.anel_pwrctrl https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1 -# homeassistant.components.ecobee -https://github.com/nkgilley/python-ecobee-api/archive/a4496b293956b2eac285305136a62ac78bef510d.zip#python-ecobee==0.0.7 - -# homeassistant.components.joaoapps_join -# homeassistant.components.notify.joaoapps_join -https://github.com/nkgilley/python-join-api/archive/3e1e849f1af0b4080f551b62270c6d244d5fbcbd.zip#python-join-api==0.0.1 - # homeassistant.components.notify.mailgun https://github.com/pschmitt/pymailgun/archive/1.3.zip#pymailgun==1.3 @@ -639,6 +632,9 @@ python-clementine-remote==1.0.1 # homeassistant.components.digital_ocean python-digitalocean==1.11 +# homeassistant.components.ecobee +python-ecobee-api==0.0.7 + # homeassistant.components.climate.eq3btsmart # python-eq3bt==0.1.5 @@ -648,6 +644,10 @@ python-forecastio==1.3.5 # homeassistant.components.sensor.hp_ilo python-hpilo==3.9 +# homeassistant.components.joaoapps_join +# homeassistant.components.notify.joaoapps_join +python-join-api==0.0.1 + # homeassistant.components.lirc # python-lirc==1.2.3