mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-24 17:58:47 +02:00
missing interface workaround #11
This commit is contained in:
parent
fc74a2cd56
commit
d9dd5330ee
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ class MikrotikControllerData():
|
|||
if entry['invalid']:
|
||||
continue
|
||||
|
||||
if 'interface' not in entry:
|
||||
continue
|
||||
|
||||
# Do not add ARP detected on bridge
|
||||
if entry['interface'] == "bridge":
|
||||
bridge_used = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue