From 8b410eab1973aa48ed72b8ffefe9e5dd7a3026b3 Mon Sep 17 00:00:00 2001 From: Tomaae <23486452+tomaae@users.noreply.github.com> Date: Mon, 9 Dec 2019 09:56:16 +0100 Subject: [PATCH] removed SWITCH_LIST --- custom_components/mikrotik_router/switch.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/custom_components/mikrotik_router/switch.py b/custom_components/mikrotik_router/switch.py index ba041ac..7a2a92f 100644 --- a/custom_components/mikrotik_router/switch.py +++ b/custom_components/mikrotik_router/switch.py @@ -19,12 +19,6 @@ from .const import ( _LOGGER = logging.getLogger(__name__) -SWITCH_LIST = [ - "interface", - "nat", - "script", -] - DEVICE_ATTRIBUTES_IFACE = [ "running", "enabled",