mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Remove ghost debug code.
This commit is contained in:
parent
7ad5b3a17b
commit
d2d421ca8f
@ -99,7 +99,6 @@ class WemoSwitch(SwitchDevice):
|
|||||||
attr = super().state_attributes or {}
|
attr = super().state_attributes or {}
|
||||||
if self.maker_params:
|
if self.maker_params:
|
||||||
# Is the maker sensor on or off.
|
# Is the maker sensor on or off.
|
||||||
if self.entity_id == 'switch.hi_fi_systemline_sensor':
|
|
||||||
if self.maker_params['hassensor']:
|
if self.maker_params['hassensor']:
|
||||||
# Note a state of 1 matches the WeMo app 'not triggered'!
|
# Note a state of 1 matches the WeMo app 'not triggered'!
|
||||||
if self.maker_params['sensorstate']:
|
if self.maker_params['sensorstate']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user