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 10dde94 commit bdf0f1eCopy full SHA for bdf0f1e
tests/test_smile.py
@@ -396,6 +396,7 @@ async def device_test(
396
self.cooling_present = data.gateway["cooling_present"]
397
self.notifications = data.gateway["notifications"]
398
self._write_json("all_data", {"gateway": data.gateway, "devices": data.devices})
399
+ self._write_json("device_list", smile.device_list)
400
self._write_json("notifications", data.gateway["notifications"])
401
402
location_list = smile._thermo_locs
0 commit comments