diff --git a/custom_components/mikrotik_router/switch_types.py b/custom_components/mikrotik_router/switch_types.py index d6e42de..1ba3942 100644 --- a/custom_components/mikrotik_router/switch_types.py +++ b/custom_components/mikrotik_router/switch_types.py @@ -184,7 +184,7 @@ class MikrotikSwitchEntityDescription(SwitchEntityDescription): func: str = "MikrotikSwitch" -SENSOR_TYPES: tuple[MikrotikSensorEntityDescription, ...] = ( +SENSOR_TYPES: tuple[MikrotikSwitchEntityDescription, ...] = ( MikrotikSwitchEntityDescription( key="interface", name="Port",