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",