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 2b69b2a commit 62d910cCopy full SHA for 62d910c
plugwise/smile.py
@@ -71,6 +71,7 @@ def __init__(
71
username: str = DEFAULT_USERNAME,
72
) -> None:
73
"""Set the constructor for this class."""
74
+ self._cooling_enabled = False
75
self._cooling_present = _cooling_present
76
self._elga = _elga
77
self._heater_id: str
0 commit comments