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 1bd4af9 commit b7efe5fCopy full SHA for b7efe5f
plugwise/helper.py
@@ -1028,7 +1028,7 @@ def _get_measurement_data(self, dev_id: str) -> DeviceData:
1028
if self._is_thermostat and self.smile(ANNA) and dev_id == self._heater_id:
1029
# Anna+Elga: base cooling_state on the elga-status-code
1030
if "elga_status_code" in data:
1031
- #Techneco Elga has cooling-capability
+ # Techneco Elga has cooling-capability
1032
self._cooling_present = True
1033
data["model"] = "Generic heater/cooler"
1034
self._cooling_enabled = data["elga_status_code"] in [8, 9]
0 commit comments