Skip to content

Commit fb41760

Browse files
committed
Fix Anna update_for_cooling()
1 parent a4397d8 commit fb41760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def _update_for_cooling(self, entity: GwEntityData) -> None:
126126
if (
127127
self.check_name(ANNA)
128128
and self._cooling_present
129-
and entity["dev_class"] == "thermostat"
129+
and entity["dev_class"] == "climate"
130130
):
131131
thermostat = entity["thermostat"]
132132
sensors = entity["sensors"]

0 commit comments

Comments
 (0)