diff --git a/custom_components/mikrotik_router/binary_sensor_types.py b/custom_components/mikrotik_router/binary_sensor_types.py index 6f16fad..bab704c 100644 --- a/custom_components/mikrotik_router/binary_sensor_types.py +++ b/custom_components/mikrotik_router/binary_sensor_types.py @@ -10,13 +10,6 @@ from homeassistant.components.binary_sensor import ( from .const import DOMAIN -DEVICE_ATTRIBUTES_FWUPDATE = [ - "channel", - "status", - "installed-version", - "latest-version", -] - DEVICE_ATTRIBUTES_PPP_SECRET = [ "connected", "service",