Remove unnessary references

pull/12483/head
Tom Harris 2018-02-17 22:59:12 -05:00
parent 6d4701f479
commit 28103512ef
1 changed files with 0 additions and 13 deletions

View File

@ -39,19 +39,6 @@ def async_setup(hass, config):
"""Set up the connection to the PLM."""
import insteonplm
from insteonplm.states.onOff import (OnOffSwitch,
OnOffSwitch_OutletTop,
OnOffSwitch_OutletBottom,
OpenClosedRelay)
from insteonplm.states.dimmable import (DimmableSwitch,
DimmableSwitch_Fan)
from insteonplm.states.sensor import (VariableSensor,
OnOffSensor,
SmokeCO2Sensor,
IoLincSensor)
ipdb = IPDB()
conf = config[DOMAIN]