Skip to content

Commit 68ed430

Browse files
committed
Include load_devices keyword argument
1 parent 615da87 commit 68ed430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_znp/api.py

+1-1
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)