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 2b3ac75 commit 47cd1b2Copy full SHA for 47cd1b2
plugwise/__init__.py
@@ -151,7 +151,7 @@ def get_all_devices(self) -> None:
151
"""
152
# Gather all the devices and their initial data
153
self._all_appliances()
154
- if self.smile_type == "thermostat":
+ if self._is_thermostat:
155
self._scan_thermostats()
156
# Collect a list of thermostats with offset-capability
157
self.therms_with_offset_func = (
0 commit comments