mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix E501 line too long error
This commit is contained in:
parent
f030ff67ad
commit
f37038921f
@ -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…
x
Reference in New Issue
Block a user