From 9e153119ef618022860935ae076c6245514b2c65 Mon Sep 17 00:00:00 2001 From: thecynic <thecynic@users.noreply.github.com> Date: Sat, 20 May 2017 04:27:35 -0700 Subject: [PATCH] Point pylutron to pypi (#7664) --- homeassistant/components/lutron.py | 3 +-- requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/lutron.py b/homeassistant/components/lutron.py index ed3134c275a..af0175bbbf4 100644 --- a/homeassistant/components/lutron.py +++ b/homeassistant/components/lutron.py @@ -10,8 +10,7 @@ import logging from homeassistant.helpers import discovery from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['https://github.com/thecynic/pylutron/archive/v0.1.0.zip#' - 'pylutron==0.1.0'] +REQUIREMENTS = ['pylutron==0.1.0'] DOMAIN = 'lutron' diff --git a/requirements_all.txt b/requirements_all.txt index aab5de87f90..7e4f6388149 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -306,9 +306,6 @@ https://github.com/soldag/pyflic/archive/0.4.zip#pyflic==0.4 # homeassistant.components.light.osramlightify https://github.com/tfriedel/python-lightify/archive/1bb1db0e7bd5b14304d7bb267e2398cd5160df46.zip#lightify==1.0.5 -# homeassistant.components.lutron -https://github.com/thecynic/pylutron/archive/v0.1.0.zip#pylutron==0.1.0 - # homeassistant.components.tado https://github.com/wmalgadey/PyTado/archive/0.1.10.zip#PyTado==0.1.10 @@ -587,6 +584,9 @@ pyloopenergy==0.0.17 # homeassistant.components.lutron_caseta pylutron-caseta==0.2.6 +# homeassistant.components.lutron +pylutron==0.1.0 + # homeassistant.components.notify.mailgun pymailgunner==1.4 -- GitLab