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 1af73ef commit 9b70cb2Copy full SHA for 9b70cb2
plugwise/smile.py
@@ -474,6 +474,11 @@ async def _full_update_device(self) -> None:
474
self._appliances = await self._request(APPLIANCES)
475
await self._update_domain_objects()
476
477
+ if self.smile_type != "power":
478
+ await self._update_domain_objects()
479
+ if not self._smile_legacy:
480
+ self._appliances = await self._request(APPLIANCES)
481
+
482
async def _update_domain_objects(self) -> None:
483
"""Helper-function for smile.py: full_update_device() and async_update().
484
Request domain_objects data.
0 commit comments