From f6f549dc3cce6ae7882fde523ddedd68d34d6413 Mon Sep 17 00:00:00 2001 From: kennedyshead Date: Tue, 23 Oct 2018 14:15:56 +0200 Subject: [PATCH] Removes re-init (#17724) --- homeassistant/components/device_tracker/asuswrt.py | 2 -- 1 file changed, 2 deletions(-) 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