We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13568eb commit 2538f0eCopy full SHA for 2538f0e
plugwise/helper.py
@@ -577,7 +577,7 @@ def _all_appliances(self) -> None:
577
# Count amount of heater_central's
578
if appl.pwclass == "heater_central":
579
hc_count += 1
580
- # Mark heater_central and thermostat that have this key,
+ # Mark heater_central and thermostat that don't have actuator_functionalities,
581
# could be an orphaned device (Core #81712, #104433)
582
appl.has_actuators = True
583
if (
0 commit comments