Skip to content

Commit d6112f7

Browse files
committed
Ruffed
1 parent 20fb8cd commit d6112f7

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
@@ -901,7 +901,7 @@ def _rank_thermostat(
901901
if entity_id not in location["primary"]:
902902
location["primary"].append(entity_id)
903903
elif entity_id not in location["secondary"]:
904-
location["secondary"].append(entity_id)
904+
location["secondary"].append(entity_id)
905905

906906
def _control_state(self, data: GwEntityData) -> str | bool:
907907
"""Helper-function for _get_location_data().

0 commit comments

Comments
 (0)