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 c13af97 commit 00d0fcbCopy full SHA for 00d0fcb
plugwise/smile.py
@@ -76,6 +76,8 @@ def __init__(
76
port,
77
timeout,
78
)
79
+ SmileData.__init__(self)
80
+
81
self._cooling_present = _cooling_present
82
self._elga = _elga
83
self._is_thermostat = _is_thermostat
@@ -93,7 +95,6 @@ def __init__(
93
95
self.smile_model = smile_model
94
96
self.smile_name = smile_name
97
self.smile_type = smile_type
- SmileData.__init__(self)
98
99
self._heater_id: str
100
self._cooling_enabled = False
0 commit comments