diff --git a/homeassistant/components/insteon_plm.py b/homeassistant/components/insteon_plm.py index 2641f5b9994..e80f723b67a 100644 --- a/homeassistant/components/insteon_plm.py +++ b/homeassistant/components/insteon_plm.py @@ -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]