1 parent 1f42d6c commit 7d0cd07Copy full SHA for 7d0cd07
1 file changed
plugwise/legacy/helper.py
@@ -349,13 +349,6 @@ def _get_actuator_functionalities(
349
) -> None:
350
"""Helper-function for _get_measurement_data()."""
351
for item in ACTIVE_ACTUATORS:
352
- # Skip max_dhw_temperature, not initially valid,
353
- # skip thermostat for thermo_sensors
354
- if item == "max_dhw_temperature" or (
355
- item == "thermostat" and entity["dev_class"] == "thermo_sensor"
356
- ):
357
- continue
358
-
359
temp_dict: ActuatorData = {}
360
functionality = "thermostat_functionality"
361
0 commit comments