mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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')] = {
|
devices[match.group('ip')] = {
|
||||||
'ip': match.group('ip'),
|
'ip': match.group('ip'),
|
||||||
'mac': match.group('mac').upper(),
|
'mac': match.group('mac').upper(),
|
||||||
'host': match.group('host')
|
'host': match.group('host'),
|
||||||
|
'status': ''
|
||||||
}
|
}
|
||||||
|
|
||||||
for neighbor in neighbors:
|
for neighbor in neighbors:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user