diff --git a/homeassistant/components/lutron.py b/homeassistant/components/lutron.py index ed3134c275a370b1b3cfa078c678efb87da44c45..af0175bbbf4d8c74b386252a37a9e7865a6c4704 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 aab5de87f901ca1be903c0b874f873897689c3ef..7e4f63881497af6d257f9591138697e3119a785b 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