From 28103512efd0bf293b6637382ed1e5d03ad3f8a8 Mon Sep 17 00:00:00 2001 From: Tom Harris Date: Sat, 17 Feb 2018 22:59:12 -0500 Subject: [PATCH] Remove unnessary references --- homeassistant/components/insteon_plm.py | 13 ------------- 1 file changed, 13 deletions(-) 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]