Fix E501 line too long error

This commit is contained in:
Robbie Trencheny 2016-10-07 11:48:38 -07:00
parent f030ff67ad
commit f37038921f

View file

@ -17,7 +17,8 @@ from homeassistant.util import Throttle
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_SEND = "port_send"