Skip to content

Commit 0b57bda

Browse files
committed
Fix another typo
1 parent f3ea461 commit 0b57bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise-beta/water_heater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ def update(self):
149149
self._central_heating_state = data["central_heating_state"]
150150
if "cooling_state" in data:
151151
if data["cooling_state"] is not None:
152-
self._cooling_state = data["boiler_state"]
152+
self._cooling_state = data["cooling_state"]
153153
if "domestic_hot_water_state" in data:
154154
self._domestic_hot_water_state = data["domestic_hot_water_state"]

0 commit comments

Comments
 (0)