From 7a21e8a3fb795213ddc21e55b36f744cfd3b20b8 Mon Sep 17 00:00:00 2001 From: jamespcole Date: Mon, 9 Mar 2015 02:08:46 +1100 Subject: [PATCH] Fixed flake8 comment warning --- homeassistant/components/light/vera.py | 2 +- homeassistant/components/switch/vera.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/light/vera.py b/homeassistant/components/light/vera.py index 7ad78e64017..d1e55a768c5 100644 --- a/homeassistant/components/light/vera.py +++ b/homeassistant/components/light/vera.py @@ -116,7 +116,7 @@ def get_extra_device_data(device_data, device_id): class VeraLight(ToggleDevice): """ Represents a Vera light """ is_on_status = False - #for debouncing status check after command is sent + # for debouncing status check after command is sent last_command_send = 0 extra_data = None diff --git a/homeassistant/components/switch/vera.py b/homeassistant/components/switch/vera.py index 245747a11d0..6deb98631ee 100644 --- a/homeassistant/components/switch/vera.py +++ b/homeassistant/components/switch/vera.py @@ -117,7 +117,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None): class VeraSwitch(ToggleDevice): """ Represents a Vera Switch """ is_on_status = False - #for debouncing status check after command is sent + # for debouncing status check after command is sent last_command_send = 0 extra_data = None