Tidy
This commit is contained in:
parent
6c5ceaf686
commit
f4c3ac2a62
1 changed files with 2 additions and 2 deletions
|
@ -109,9 +109,9 @@ class WemoSwitch(SwitchDevice):
|
|||
# Is the maker switch configured as toggle(0) or momentary (1).
|
||||
if self.maker_params['switchmode']:
|
||||
if self.maker_params['switchmode'] == '1':
|
||||
attr[ATTR_SWITCH_MODE] = MAKER_SWITCH_MOMENTARY
|
||||
attr[ATTR_SWITCH_MODE] = MAKER_SWITCH_MOMENTARY
|
||||
else:
|
||||
attr[ATTR_SWITCH_MODE] = MAKER_SWITCH_TOGGLE
|
||||
attr[ATTR_SWITCH_MODE] = MAKER_SWITCH_TOGGLE
|
||||
|
||||
return attr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue