Skip to content

Commit 7cd22ca

Browse files
committed
Typo
1 parent b9f5962 commit 7cd22ca

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
@@ -934,7 +934,7 @@ def _get_actuator_functionalities(
934934
"""Helper-function for _get_measurement_data()."""
935935
for item in ACTIVE_ACTUATORS:
936936
# Skip max_dhw_temperature, not initially valid,
937-
# kkip thermostat for thermo_sensors
937+
# skip thermostat for thermo_sensors
938938
if item == "max_dhw_temperature" or (
939939
item == "thermostat" and device["dev_class"] == "thermo_sensor"
940940
):

0 commit comments

Comments
 (0)