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 2bf8f80 commit d403ddfCopy full SHA for d403ddf
plugwise/smile.py
@@ -487,11 +487,6 @@ async def _full_update_device(self) -> None:
487
self._appliances = await self._request(APPLIANCES)
488
await self._update_domain_objects()
489
490
- if self.smile_type != "power":
491
- await self._update_domain_objects()
492
- if not self._smile_legacy:
493
- self._appliances = await self._request(APPLIANCES)
494
-
495
async def _update_domain_objects(self) -> None:
496
"""Helper-function for smile.py: full_update_device() and async_update().
497
0 commit comments