diff --git a/custom_components/mikrotik_router/device_tracker.py b/custom_components/mikrotik_router/device_tracker.py index 41ea9cf..a0fe9b2 100644 --- a/custom_components/mikrotik_router/device_tracker.py +++ b/custom_components/mikrotik_router/device_tracker.py @@ -101,11 +101,6 @@ class MikrotikHostDeviceTracker(MikrotikDeviceTracker): """Return the name.""" return f"{self._data[self.entity_description.data_name]}" - @property - def unique_id(self) -> str: - """Return a unique id for this entity.""" - return f"{self._data[self.entity_description.data_reference].lower()}" - @property def is_connected(self) -> bool: """Return true if the host is connected to the network."""