Skip to content

Commit 2889048

Browse files
committed
Include load_devices keyword argument
1 parent 51fe3c1 commit 2889048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_znp/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async def load_network_info(self, *, load_devices=False):
225225
"""
226226

227227
try:
228-
await self._load_network_info()
228+
await self._load_network_info(load_devices=load_devices)
229229
except KeyError as e:
230230
raise NetworkNotFormed() from e
231231

0 commit comments

Comments
 (0)