From fd7808e6f4d6127c3ef218d15a2c56066ba531e0 Mon Sep 17 00:00:00 2001 From: sfam Date: Sat, 22 Aug 2015 16:04:55 +0100 Subject: [PATCH] update --- homeassistant/components/switch/mqtt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/switch/mqtt.py b/homeassistant/components/switch/mqtt.py index 09904e1d52a..2d547b1bb69 100644 --- a/homeassistant/components/switch/mqtt.py +++ b/homeassistant/components/switch/mqtt.py @@ -6,7 +6,7 @@ Allows to configure a MQTT switch. In an ideal scenario, the MQTT device will have a state topic to publish state changes. If these messages are published with RETAIN flag, the MQTT -switch will receive an instant state update after subscription and will +switch will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state of the switch will be false/off. @@ -91,6 +91,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None): config.get('optimistic', DEFAULT_OPTIMISTIC))]) +#pylint: disable-msg=too-many-arguments class MqttSwitch(SwitchDevice): """ Represents a switch that can be togggled using MQTT """ def __init__(self, hass, name, state_topic, command_topic,