Removes re-init (#17724)

This commit is contained in:
kennedyshead 2018-10-23 14:15:56 +02:00 committed by Paulus Schoutsen
parent 4a757b7994
commit f6f549dc3c

View File

@ -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