mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-13 10:54:33 +02:00
added debugs
This commit is contained in:
parent
8bfc64d4c8
commit
b309ec235a
2 changed files with 4 additions and 0 deletions
|
@ -472,6 +472,9 @@ class MikrotikControllerData:
|
|||
if uid in self.data["arp"] and self.data["arp"][uid]["bridge"] != "":
|
||||
tmp_interface = self.data["arp"][uid]["bridge"]
|
||||
|
||||
_LOGGER.debug(
|
||||
"Ping host: %s (%s)", uid, self.data["host"][uid]["address"]
|
||||
)
|
||||
self.data["host"][uid][
|
||||
"available"
|
||||
] = await self.hass.async_add_executor_job(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue