From f030ff67ad0848431bc91b624d62f2e32be38ac7 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Fri, 7 Oct 2016 11:38:39 -0700 Subject: [PATCH] Set anel_pwrctrl switch to specific commit instead of master --- homeassistant/components/switch/anel_pwrctrl.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/anel_pwrctrl.py b/homeassistant/components/switch/anel_pwrctrl.py index 61e0985b647..93e34a61baa 100644 --- a/homeassistant/components/switch/anel_pwrctrl.py +++ b/homeassistant/components/switch/anel_pwrctrl.py @@ -17,7 +17,7 @@ from homeassistant.util import Throttle REQUIREMENTS = ['https://github.com/mweinelt/anel-pwrctrl/archive/' - 'master.zip#anel_pwrctrl==0.0.1'] + 'ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1'] CONF_PORT_RECV = "port_recv" CONF_PORT_SEND = "port_send" diff --git a/requirements_all.txt b/requirements_all.txt index dc3467ed65f..8a65b76f5cc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -186,7 +186,7 @@ https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip#pyqwikswitch==0.4 https://github.com/laf/russound/archive/0.1.6.zip#russound==0.1.6 # homeassistant.components.switch.anel_pwrctrl -https://github.com/mweinelt/anel-pwrctrl/archive/master.zip#anel_pwrctrl==0.0.1 +https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1 # homeassistant.components.ecobee https://github.com/nkgilley/python-ecobee-api/archive/4856a704670c53afe1882178a89c209b5f98533d.zip#python-ecobee==0.0.6