mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Removes re-init (#17724)
This commit is contained in:
parent
4a757b7994
commit
f6f549dc3c
@ -67,8 +67,6 @@ class AsusWrtDeviceScanner(DeviceScanner):
|
|||||||
|
|
||||||
async def async_connect(self):
|
async def async_connect(self):
|
||||||
"""Initialize connection to the router."""
|
"""Initialize connection to the router."""
|
||||||
self.last_results = {}
|
|
||||||
|
|
||||||
# Test the router is accessible.
|
# Test the router is accessible.
|
||||||
data = await self.connection.async_get_connected_devices()
|
data = await self.connection.async_get_connected_devices()
|
||||||
self.success_init = data is not None
|
self.success_init = data is not None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user