We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f5962 commit 7cd22caCopy full SHA for 7cd22ca
plugwise/helper.py
@@ -934,7 +934,7 @@ def _get_actuator_functionalities(
934
"""Helper-function for _get_measurement_data()."""
935
for item in ACTIVE_ACTUATORS:
936
# Skip max_dhw_temperature, not initially valid,
937
- # kkip thermostat for thermo_sensors
+ # skip thermostat for thermo_sensors
938
if item == "max_dhw_temperature" or (
939
item == "thermostat" and device["dev_class"] == "thermo_sensor"
940
):
0 commit comments