Set anel_pwrctrl switch to specific commit instead of master
parent
3cfec2b5e2
commit
f030ff67ad
|
@ -17,7 +17,7 @@ from homeassistant.util import Throttle
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/mweinelt/anel-pwrctrl/archive/'
|
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_RECV = "port_recv"
|
||||||
CONF_PORT_SEND = "port_send"
|
CONF_PORT_SEND = "port_send"
|
||||||
|
|
|
@ -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
|
https://github.com/laf/russound/archive/0.1.6.zip#russound==0.1.6
|
||||||
|
|
||||||
# homeassistant.components.switch.anel_pwrctrl
|
# 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
|
# homeassistant.components.ecobee
|
||||||
https://github.com/nkgilley/python-ecobee-api/archive/4856a704670c53afe1882178a89c209b5f98533d.zip#python-ecobee==0.0.6
|
https://github.com/nkgilley/python-ecobee-api/archive/4856a704670c53afe1882178a89c209b5f98533d.zip#python-ecobee==0.0.6
|
||||||
|
|
Loading…
Reference in New Issue