Remove ghost debug code.
This commit is contained in:
parent
7ad5b3a17b
commit
d2d421ca8f
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue