Skip to content

Commit

Permalink
Removes re-init (#17724)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedyshead authored and balloob committed Oct 23, 2018
1 parent 4a757b7 commit f6f549d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions homeassistant/components/device_tracker/asuswrt.py
Expand Up @@ -67,8 +67,6 @@ def __init__(self, config):

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
Expand Down

0 comments on commit f6f549d

Please sign in to comment.