mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix typo.
This commit is contained in:
parent
ddbceebd65
commit
b2d32114c8
@ -121,7 +121,7 @@ class WemoSwitch(SwitchDevice):
|
||||
if self.insight_params:
|
||||
standby_state = int(self.insight_params['state'])
|
||||
if standby_state == WEMO_ON:
|
||||
return STATE_OFF
|
||||
return STATE_ON
|
||||
elif standby_state == WEMO_OFF:
|
||||
return STATE_OFF
|
||||
elif standby_state == WEMO_STANDBY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user