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 10c0613 commit 8e97d35Copy full SHA for 8e97d35
plugwise_usb/network/__init__.py
@@ -512,8 +512,7 @@ async def start(self) -> None:
512
513
async def discover_nodes(self, load: bool = True) -> bool:
514
"""Discover nodes."""
515
- if not await self.discover_network_coordinator(load=load):
516
- return False
+ await self.discover_network_coordinator(load=load)
517
if not self._is_running:
518
await self.start()
519
await self._discover_registered_nodes()
0 commit comments