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 d52826a commit 66cd442Copy full SHA for 66cd442
plugwise_usb/network/__init__.py
@@ -493,7 +493,7 @@ async def start(self) -> None:
493
494
async def discover_nodes(self, load: bool = True) -> bool:
495
"""Discover nodes."""
496
- await self.discover_stick(load=load)
+ await self.discover_stick()
497
await self.discover_network_coordinator(load=load)
498
if not self._is_running:
499
await self.start()
0 commit comments