Skip to content

Commit 8e01703

Browse files
committed
Clean up
1 parent e2fbd13 commit 8e01703

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plugwise/legacy/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ async def _set_groupswitch_member_state(
300300
Set the requested state of the relevant switch within a group of switches.
301301
Return the current group-state when none of the switches has changed its state, the requested state otherwise.
302302
"""
303-
current_state = self.gw_entities[appl_id]["switches"]["relay"]
304303
end_states: list[bool] = []
305304
requested_state = state == STATE_ON
306305
for member in members:

plugwise/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ async def _set_groupswitch_member_state(
451451
Set the requested state of the relevant switch within a group of switches.
452452
Return the current group-state when none of the switches has changed its state, the requested state otherwise.
453453
"""
454-
current_state = self.gw_entities[appl_id]["switches"]["relay"]
455454
end_states: list[bool] = []
456455
requested_state = state == STATE_ON
457456
for member in members:

0 commit comments

Comments
 (0)