Skip to content

Commit 2538f0e

Browse files
committed
Improve comment
1 parent 13568eb commit 2538f0e

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
@@ -577,7 +577,7 @@ def _all_appliances(self) -> None:
577577
# Count amount of heater_central's
578578
if appl.pwclass == "heater_central":
579579
hc_count += 1
580-
# Mark heater_central and thermostat that have this key,
580+
# Mark heater_central and thermostat that don't have actuator_functionalities,
581581
# could be an orphaned device (Core #81712, #104433)
582582
appl.has_actuators = True
583583
if (

0 commit comments

Comments
 (0)