mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-22 03:34:23 +02:00
fixed arp debug message
This commit is contained in:
parent
9fe94dfecc
commit
3ee017e11c
2 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,6 @@ def parse_api(data=None, source=None, key=None, key_search=None, vals=None, val_
|
|||
data = fill_defaults(data, vals)
|
||||
return data
|
||||
|
||||
#print(type(source))
|
||||
keymap = generate_keymap(data, key_search)
|
||||
for entry in source:
|
||||
if only and not matches_only(entry, only):
|
||||
|
|
|
@ -277,7 +277,7 @@ class MikrotikControllerData():
|
|||
if not uid:
|
||||
continue
|
||||
|
||||
_LOGGER.debug("Processing entry %s, entry %s", "/interface/bridge/host", entry)
|
||||
_LOGGER.debug("Processing entry %s, entry %s", "/ip/arp", entry)
|
||||
# Create uid arp dict
|
||||
if uid not in self.data['arp']:
|
||||
self.data['arp'][uid] = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue