From d566a328a31878b629d81c355e4be9d5ff6c2417 Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Wed, 22 Apr 2015 00:22:48 -0400 Subject: [PATCH] pylint fix to isy switches. --- homeassistant/components/switch/isy994.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/switch/isy994.py b/homeassistant/components/switch/isy994.py index e6432173fc9..192b3c4a3d2 100644 --- a/homeassistant/components/switch/isy994.py +++ b/homeassistant/components/switch/isy994.py @@ -13,6 +13,7 @@ from homeassistant.const import STATE_ON, STATE_OFF # STATE_OPEN, STATE_CLOSED def setup_platform(hass, config, add_devices, discovery_info=None): """ Sets up the isy994 platform. """ + # pylint: disable=too-many-locals logger = logging.getLogger(__name__) devs = [] # verify connection