mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +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 {}
|
||||
if self.maker_params:
|
||||
# Is the maker sensor on or off.
|
||||
if self.entity_id == 'switch.hi_fi_systemline_sensor':
|
||||
if self.maker_params['hassensor']:
|
||||
# Note a state of 1 matches the WeMo app 'not triggered'!
|
||||
if self.maker_params['sensorstate']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user