Skip to content

Commit ef43376

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d6811f1 commit ef43376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,12 +788,12 @@ def _update_anna_cooling(self, dev_id: str, data: DeviceZoneData) -> None:
788788
"""
789789
if dev_id != self._heater_id:
790790
return
791-
791+
792792
if "elga_status_code" in data:
793793
self._update_elga_cooling(data)
794794
elif self._cooling_present and "cooling_state" in data["binary_sensors"]:
795795
self._update_loria_cooling(data)
796-
796+
797797
self._cleanup_data(data)
798798

799799
def _update_elga_cooling(self, data: DeviceZoneData) -> None:

0 commit comments

Comments
 (0)