Skip to content

Commit 8812dda

Browse files
committed
No need to update _modules
1 parent 9b70cb2 commit 8812dda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/smile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ async def async_update(self) -> tuple[GatewayData, dict[str, DeviceData]]:
511511
if not (self.smile_type == "power" and self._smile_legacy):
512512
self._appliances = await self._request(APPLIANCES)
513513

514-
self._modules = await self._request(MODULES)
515-
516514
self.gw_data["notifications"] = self._notifications
517515

518516
for dev_id, dev_dict in self.gw_devices.items():

0 commit comments

Comments
 (0)