We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6dd2b commit 6303f39Copy full SHA for 6303f39
plugwise/helper.py
@@ -1059,7 +1059,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
1059
data.pop("cooling_ena_switch")
1060
else:
1061
# Loria/Thermastage: cooling-related is based on cooling_state and modulation_level
1062
- if self. _cooling_present and "cooling_state" in data:
+ if self._cooling_present and "cooling_state" in data:
1063
self._cooling_enabled = data["cooling_state"]
1064
self._cooling_active = data["modulation_level"] == 100
1065
0 commit comments