diff --git a/homeassistant/components/qwikswitch.py b/homeassistant/components/qwikswitch.py index bb10d72b45b..2e01d91f50f 100644 --- a/homeassistant/components/qwikswitch.py +++ b/homeassistant/components/qwikswitch.py @@ -15,8 +15,7 @@ from homeassistant.components.light import (ATTR_BRIGHTNESS, from homeassistant.components.switch import SwitchDevice DOMAIN = 'qwikswitch' -REQUIREMENTS = ['https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip' - '#pyqwikswitch==0.4'] +REQUIREMENTS = ['pyqwikswitch==0.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b7d140b4492..f57865790ef 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -221,9 +221,6 @@ https://github.com/jabesq/pybotvac/archive/v0.0.1.zip#pybotvac==0.0.1 # homeassistant.components.sensor.sabnzbd https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1 -# homeassistant.components.qwikswitch -https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip#pyqwikswitch==0.4 - # homeassistant.components.media_player.russound_rnet https://github.com/laf/russound/archive/0.1.6.zip#russound==0.1.6 @@ -451,6 +448,9 @@ pynx584==0.2 # homeassistant.components.weather.openweathermap pyowm==2.6.0 +# homeassistant.components.qwikswitch +pyqwikswitch==0.4 + # homeassistant.components.switch.acer_projector pyserial==3.1.1