From 4376e9c75c8eaf792ef8bcae69ca633b47db56e1 Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:14:41 +0200 Subject: [PATCH] Fixed active mac in DHCP #104 --- 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 3455f2f..a5e486e 100644 --- a/custom_components/mikrotik_router/mikrotik_controller.py +++ b/custom_components/mikrotik_router/mikrotik_controller.py @@ -1340,7 +1340,7 @@ class MikrotikControllerData: key="mac-address", vals=[ {"name": "mac-address"}, - {"name": "active-mac-address"}, + {"name": "active-mac-address", "default": "unknown"}, {"name": "address", "default": "unknown"}, {"name": "active-address", "default": "unknown"}, {"name": "host-name", "default": "unknown"},