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