Skip to content

Commit 1b8d52f

Browse files
committed
Revert change
1 parent 632466e commit 1b8d52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def _update_anna_cooling(self, entity_id: str, data: GwEntityData) -> None:
640640

641641
if "elga_status_code" in data:
642642
self._update_elga_cooling(data)
643-
if self._cooling_present and "cooling_state" in data["binary_sensors"]:
643+
elif self._cooling_present and "cooling_state" in data["binary_sensors"]:
644644
self._update_loria_cooling(data)
645645

646646
def _update_elga_cooling(self, data: GwEntityData) -> None:

0 commit comments

Comments
 (0)