Skip to content

Commit 7d0cd07

Browse files
committed
Legacy: no initial guarding required for ACTIVE_ACTUATORS
1 parent 1f42d6c commit 7d0cd07

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

plugwise/legacy/helper.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,6 @@ def _get_actuator_functionalities(
349349
) -> None:
350350
"""Helper-function for _get_measurement_data()."""
351351
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-
359352
temp_dict: ActuatorData = {}
360353
functionality = "thermostat_functionality"
361354

0 commit comments

Comments
 (0)