We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ea461 commit 0b57bdaCopy full SHA for 0b57bda
custom_components/plugwise-beta/water_heater.py
@@ -149,6 +149,6 @@ def update(self):
149
self._central_heating_state = data["central_heating_state"]
150
if "cooling_state" in data:
151
if data["cooling_state"] is not None:
152
- self._cooling_state = data["boiler_state"]
+ self._cooling_state = data["cooling_state"]
153
if "domestic_hot_water_state" in data:
154
self._domestic_hot_water_state = data["domestic_hot_water_state"]
0 commit comments