mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Remove debug statements!
This commit is contained in:
parent
93cd7bfc5d
commit
794a11db21
@ -59,9 +59,6 @@ class WemoSwitch(SwitchDevice):
|
|||||||
if not is_on:
|
if not is_on:
|
||||||
return STATE_OFF
|
return STATE_OFF
|
||||||
elif self.is_standby:
|
elif self.is_standby:
|
||||||
print(STATE_STANDBY)
|
|
||||||
print(self.wemo)
|
|
||||||
# import pdb; pdb.set_trace()
|
|
||||||
return STATE_STANDBY
|
return STATE_STANDBY
|
||||||
return STATE_ON
|
return STATE_ON
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user