From 4d02e9123a69310ac339f895e9b6737e48479aaa Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Wed, 8 Apr 2020 10:37:24 +0200 Subject: [PATCH] fixed comment --- custom_components/mikrotik_router/mikrotik_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mikrotik_router/mikrotik_controller.py b/custom_components/mikrotik_router/mikrotik_controller.py index 94285b0..25dc09f 100644 --- a/custom_components/mikrotik_router/mikrotik_controller.py +++ b/custom_components/mikrotik_router/mikrotik_controller.py @@ -819,7 +819,7 @@ class MikrotikControllerData: elif self.data["host"][uid]["hostname"] == "unknown": self.data["host"][uid]["hostname"] = uid - # Check host availability + # Check host availability if vals["address"] != "unknown" and vals["interface"] != "unknown": self.data["host"][uid]["available"] = \ self.api.arp_ping(vals["address"], vals["interface"])