From 7b8ad1d365dc7836cfac11cc647b1de6defddc8c Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 22 Jun 2017 14:34:00 +0300 Subject: [PATCH] Switch rachiopy to pypi (#8040) * Switch rachiopy t pypi * Update rachio.py * Update requirements_all.txt --- homeassistant/components/switch/rachio.py | 4 +--- requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/switch/rachio.py b/homeassistant/components/switch/rachio.py index 73183da1128..63809fd4456 100644 --- a/homeassistant/components/switch/rachio.py +++ b/homeassistant/components/switch/rachio.py @@ -8,9 +8,7 @@ import homeassistant.util as util from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA from homeassistant.const import CONF_ACCESS_TOKEN -REQUIREMENTS = ['https://github.com/Klikini/rachiopy' - '/archive/2c8996fcfa97a9f361a789e0c998797ed2805281.zip' - '#rachiopy==0.1.1'] +REQUIREMENTS = ['rachiopy==0.1.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 4ac4f15b1e3..b927b7a9911 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -270,9 +270,6 @@ holidays==0.8.1 # homeassistant.components.camera.onvif http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a -# homeassistant.components.switch.rachio -https://github.com/Klikini/rachiopy/archive/2c8996fcfa97a9f361a789e0c998797ed2805281.zip#rachiopy==0.1.1 - # homeassistant.components.switch.dlink https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4 @@ -768,6 +765,9 @@ pyzabbix==0.7.4 # homeassistant.components.sensor.qnap qnapstats==0.2.4 +# homeassistant.components.switch.rachio +rachiopy==0.1.2 + # homeassistant.components.climate.radiotherm radiotherm==1.2