From d0c674b756c6cca5e4b95b856c56c7d8c0f47d91 Mon Sep 17 00:00:00 2001 From: sfam Date: Sat, 22 Aug 2015 16:10:29 +0100 Subject: [PATCH] update --- homeassistant/components/switch/mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/mqtt.py b/homeassistant/components/switch/mqtt.py index 2d547b1bb69..c6ebdaa2ad6 100644 --- a/homeassistant/components/switch/mqtt.py +++ b/homeassistant/components/switch/mqtt.py @@ -91,7 +91,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None): config.get('optimistic', DEFAULT_OPTIMISTIC))]) -#pylint: disable-msg=too-many-arguments +# pylint: disable=too-many-arguments, too-many-instance-attributes class MqttSwitch(SwitchDevice): """ Represents a switch that can be togggled using MQTT """ def __init__(self, hass, name, state_topic, command_topic,