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 84ec2d1 commit c95ff76Copy full SHA for c95ff76
plugwise/helper.py
@@ -867,7 +867,7 @@ def _rank_thermostat(
867
if (tl_primary:= self._thermo_locs[loc_id]["primary"]):
868
LOGGER.debug("HOI 3 tl_primary: %s", tl_primary)
869
LOGGER.debug("HOI 4 secondary: %s", self._thermo_locs[loc_id]["secondary"])
870
- self._thermo_locs[loc_id]["secondary"].add(tl_primary)
+ self._thermo_locs[loc_id]["secondary"].update(tl_primary)
871
872
# Crown primary
873
self._thermo_locs[loc_id]["primary_prio"] = thermo_matching[appl_class]
0 commit comments