Skip to content

Commit a3297f3

Browse files
committed
Improve comment
1 parent d359f28 commit a3297f3

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
@@ -543,7 +543,7 @@ def _get_regulation_mode(
543543
appliance, entity_id, "regulation_mode_control_functionality"
544544
)
545545
) is not None:
546-
# Below line needs to be here to set the boolean for older Adam firmware - for testing only
546+
# Below line needs to be here to set the boolean for both older and recent Adam firmware versions
547547
self._cooling_enabled = mode == "cooling"
548548
if self._reg_allowed_modes:
549549
data["select_regulation_mode"] = mode

0 commit comments

Comments
 (0)