From 0de9229d75491ee64663820da44bacc3b3e8c6a7 Mon Sep 17 00:00:00 2001 From: pavoni Date: Wed, 20 Jan 2016 11:25:20 +0000 Subject: [PATCH] More tidying. --- homeassistant/components/switch/wemo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index f476cdd980b..b44a21279ba 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -23,6 +23,7 @@ ATTR_SWITCH_MODE = "switch_mode" MAKER_SWITCH_MOMENTARY = "momentary" MAKER_SWITCH_TOGGLE = "toggle" + # pylint: disable=unused-argument, too-many-function-args def setup_platform(hass, config, add_devices_callback, discovery_info=None): """ Find and return WeMo switches. """