Skip to content
Snippets Groups Projects
Commit 86973226 authored by pavoni's avatar pavoni
Browse files

Remove ghost comment.

parent bbf8897a
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,6 @@ class WemoSwitch(SwitchDevice):
"""Is the device on - or in standby."""
if self.insight_params:
standby_state = self.insight_params['state']
# Standby is actually '8' but seems more defensive
# to check for the On and Off states
if standby_state == WEMO_ON:
return STATE_OFF
elif standby_state == WEMO_OFF:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment