Fix E501 line too long error
This commit is contained in:
parent
f030ff67ad
commit
f37038921f
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ from homeassistant.util import Throttle
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/mweinelt/anel-pwrctrl/archive/'
|
REQUIREMENTS = ['https://github.com/mweinelt/anel-pwrctrl/archive/'
|
||||||
'ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue