diff --git a/homeassistant/components/device_tracker/asuswrt.py b/homeassistant/components/device_tracker/asuswrt.py index 461380b2c8e..2ac3aaee933 100644 --- a/homeassistant/components/device_tracker/asuswrt.py +++ b/homeassistant/components/device_tracker/asuswrt.py @@ -67,8 +67,6 @@ class AsusWrtDeviceScanner(DeviceScanner): async def async_connect(self): """Initialize connection to the router.""" - self.last_results = {} - # Test the router is accessible. data = await self.connection.async_get_connected_devices() self.success_init = data is not None