Skip to content

Commit 1a4850a

Browse files
committed
Update in test_smile.py
1 parent cd0344a commit 1a4850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ async def device_test(self, smile=pw_smile.Smile, testdata=None, preset=False):
388388
extra = data[0]
389389
device_list = data[1]
390390

391-
if extra["is_thermostat"]:
391+
if extra["is_thermostat_gateway"]:
392392
self.active_device_present = extra["active_device"]
393393
self.cooling_present = extra["cooling_present"]
394394
self.notifications = extra["notifications"]

0 commit comments

Comments
 (0)