mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Merge pull request #249 from persandstrom/asuswrt
ASUSWRT - Exception when client not in leases
This commit is contained in:
commit
b0065f7a95
@ -157,7 +157,8 @@ class AsusWrtDeviceScanner(object):
|
||||
devices[match.group('ip')] = {
|
||||
'ip': match.group('ip'),
|
||||
'mac': match.group('mac').upper(),
|
||||
'host': match.group('host')
|
||||
'host': match.group('host'),
|
||||
'status': ''
|
||||
}
|
||||
|
||||
for neighbor in neighbors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user