Skip to content

Commit e697dda

Browse files
committed
Remove us of thermostat_power type
1 parent 8ff85ec commit e697dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async def _smile_detect(
250250
if self.smile.type == "stretch":
251251
self._stretch_v2 = int(version_major) == 2
252252

253-
if self.smile.type in ("thermostat", "thermostat_power"):
253+
if self.smile.type == "thermostat":
254254
self._is_thermostat = True
255255
# For Adam, Anna, determine the system capabilities:
256256
# Find the connected heating/cooling device (heater_central),

0 commit comments

Comments
 (0)