diff --git a/homeassistant/components/qwikswitch.py b/homeassistant/components/qwikswitch.py index 1bb77ec1435..831273840cb 100644 --- a/homeassistant/components/qwikswitch.py +++ b/homeassistant/components/qwikswitch.py @@ -9,8 +9,8 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP from homeassistant.components.light import ATTR_BRIGHTNESS from homeassistant.components.discovery import load_platform -REQUIREMENTS = ['https://github.com/kellerza/pyqwikswitch/archive/v0.3.zip' - '#pyqwikswitch==0.3'] +REQUIREMENTS = ['https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip' + '#pyqwikswitch==0.4'] DEPENDENCIES = [] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5b6cb644586..f7bccbd3c05 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -127,7 +127,7 @@ https://github.com/danieljkemp/onkyo-eiscp/archive/python3.zip#onkyo-eiscp==0.9. 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.3.zip#pyqwikswitch==0.3 +https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip#pyqwikswitch==0.4 # homeassistant.components.ecobee https://github.com/nkgilley/python-ecobee-api/archive/4a884bc146a93991b4210f868f3d6aecf0a181e6.zip#python-ecobee==0.0.5