We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fb8cd commit d6112f7Copy full SHA for d6112f7
plugwise/helper.py
@@ -901,7 +901,7 @@ def _rank_thermostat(
901
if entity_id not in location["primary"]:
902
location["primary"].append(entity_id)
903
elif entity_id not in location["secondary"]:
904
- location["secondary"].append(entity_id)
+ location["secondary"].append(entity_id)
905
906
def _control_state(self, data: GwEntityData) -> str | bool:
907
"""Helper-function for _get_location_data().
0 commit comments