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 6f3e609 commit 5a8536dCopy full SHA for 5a8536d
plugwise/helper.py
@@ -1029,7 +1029,7 @@ def _get_measurement_data(self, dev_id: str) -> DeviceData:
1029
# Anna+Elga: base cooling_state on the elga-status-code
1030
if "elga_status_code" in data:
1031
# Determine _cooling_present and _cooling_enabled
1032
- if "cooling_enabled" in data["binary_sensors"]:
+ if "cooling_enabled" in data["binary_sensors"]:
1033
self._cooling_present = True
1034
data["model"] = "Generic heater/cooler"
1035
self._cooling_enabled = False
0 commit comments