We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e09cc commit dc5fb7aCopy full SHA for dc5fb7a
1 file changed
plugwise/smile.py
@@ -484,9 +484,7 @@ async def _set_groupswitch_member_state(
484
requested_state = state == STATE_ON
485
switched = 0
486
for member in members:
487
- locator = f'appliance[@id="{member}"]/{switch.actuator}/{switch.func_type}'
488
- switch_id = self._domain_objects.find(locator).get("id")
489
- uri = f"{APPLIANCES};id={member}/{switch.device};id={switch_id}"
+ uri = f"{APPLIANCES};id={member}/{switch.device}"
490
lock_blocked = self.gw_entities[member]["switches"].get("lock")
491
# Assume Plugs under Plugwise control are not part of a group
492
if lock_blocked is not None and not lock_blocked:
0 commit comments