Skip to content

Commit b7efe5f

Browse files
committed
Blacked
1 parent 1bd4af9 commit b7efe5f

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
@@ -1028,7 +1028,7 @@ def _get_measurement_data(self, dev_id: str) -> DeviceData:
10281028
if self._is_thermostat and self.smile(ANNA) and dev_id == self._heater_id:
10291029
# Anna+Elga: base cooling_state on the elga-status-code
10301030
if "elga_status_code" in data:
1031-
#Techneco Elga has cooling-capability
1031+
# Techneco Elga has cooling-capability
10321032
self._cooling_present = True
10331033
data["model"] = "Generic heater/cooler"
10341034
self._cooling_enabled = data["elga_status_code"] in [8, 9]

0 commit comments

Comments
 (0)