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 8ff85ec commit e697ddaCopy full SHA for e697dda
plugwise/__init__.py
@@ -250,7 +250,7 @@ async def _smile_detect(
250
if self.smile.type == "stretch":
251
self._stretch_v2 = int(version_major) == 2
252
253
- if self.smile.type in ("thermostat", "thermostat_power"):
+ if self.smile.type == "thermostat":
254
self._is_thermostat = True
255
# For Adam, Anna, determine the system capabilities:
256
# Find the connected heating/cooling device (heater_central),
0 commit comments