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"])