From 66cbdc3043070f3bc8fe7d066a8cf44873d66995 Mon Sep 17 00:00:00 2001 From: Mitesh Patel Date: Sun, 7 May 2017 19:32:13 -0500 Subject: [PATCH] Uses pypi for deps (#7485) --- homeassistant/components/lutron_caseta.py | 4 +--- requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/lutron_caseta.py b/homeassistant/components/lutron_caseta.py index 375e2930a4f..7dd5c647213 100644 --- a/homeassistant/components/lutron_caseta.py +++ b/homeassistant/components/lutron_caseta.py @@ -14,9 +14,7 @@ from homeassistant.const import CONF_HOST from homeassistant.helpers import discovery from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['https://github.com/gurumitts/' - 'pylutron-caseta/archive/v0.2.6.zip#' - 'pylutron-caseta==v0.2.6'] +REQUIREMENTS = ['pylutron-caseta==0.2.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 215e39e373e..a78285d5b5b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -273,9 +273,6 @@ https://github.com/bah2830/python-roku/archive/3.1.3.zip#roku==3.1.3 # homeassistant.components.modbus https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0 -# homeassistant.components.lutron_caseta -https://github.com/gurumitts/pylutron-caseta/archive/v0.2.6.zip#pylutron-caseta==v0.2.6 - # homeassistant.components.media_player.spotify https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4 @@ -584,6 +581,9 @@ pylitejet==0.1 # homeassistant.components.sensor.loopenergy pyloopenergy==0.0.17 +# homeassistant.components.lutron_caseta +pylutron-caseta==0.2.6 + # homeassistant.components.notify.mailgun pymailgunner==1.4