mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Update asuswrt.py
This commit is contained in:
@@ -192,7 +192,6 @@ class AsusWrtDeviceScanner(object):
|
||||
|
||||
devices = {}
|
||||
if self.mode == 'ap':
|
||||
_LOGGER.info("Wireless AP does not have DHCP leases; using wl")
|
||||
for lease in leases_result:
|
||||
match = _WL_REGEX.search(lease.decode('utf-8'))
|
||||
|
||||
|
Reference in New Issue
Block a user