mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fixed flake8 comment warning
This commit is contained in:
parent
50ff26ea20
commit
7a21e8a3fb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user