mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 01:14:33 +02:00
fixed arp debug message
This commit is contained in:
parent
9fe94dfecc
commit
3ee017e11c
2 changed files with 1 additions and 2 deletions
|
@ -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