Skip to content

Commit 4402c37

Browse files
committed
Restore notifications for all devices
1 parent 1819962 commit 4402c37

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
@@ -391,7 +391,7 @@ async def device_test(self, smile=pw_smile.Smile, testdata=None, preset=False):
391391
if extra["is_thermostat"]:
392392
self.active_device_present = extra["active_device"]
393393
self.cooling_present = extra["cooling_present"]
394-
self.notifications = extra["notifications"]
394+
self.notifications = extra["notifications"]
395395
self._write_json("all_data", data)
396396
self._write_json("notifications", extra["notifications"])
397397

0 commit comments

Comments
 (0)