Skip to content

Commit c95ff76

Browse files
committed
Try
1 parent 84ec2d1 commit c95ff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ def _rank_thermostat(
867867
if (tl_primary:= self._thermo_locs[loc_id]["primary"]):
868868
LOGGER.debug("HOI 3 tl_primary: %s", tl_primary)
869869
LOGGER.debug("HOI 4 secondary: %s", self._thermo_locs[loc_id]["secondary"])
870-
self._thermo_locs[loc_id]["secondary"].add(tl_primary)
870+
self._thermo_locs[loc_id]["secondary"].update(tl_primary)
871871

872872
# Crown primary
873873
self._thermo_locs[loc_id]["primary_prio"] = thermo_matching[appl_class]

0 commit comments

Comments
 (0)