mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Tidy
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user