diff --git a/custom_components/mikrotik_router/entity.py b/custom_components/mikrotik_router/entity.py index cfae5ef..94faa43 100644 --- a/custom_components/mikrotik_router/entity.py +++ b/custom_components/mikrotik_router/entity.py @@ -207,10 +207,10 @@ class MikrotikEntity(CoordinatorEntity[MikrotikCoordinator], Entity): else: return f"{self._inst.lower()}-{self.entity_description.key}" - @property - def available(self) -> bool: - """Return if controller is available""" - return self.coordinator.connected() + # @property + # def available(self) -> bool: + # """Return if controller is available""" + # return self.coordinator.connected() @property def device_info(self) -> DeviceInfo: