File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments