mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Update asuswrt.py
This commit is contained in:
parent
868c08e34b
commit
b60806583c
@ -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'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user