diff --git a/custom_components/mikrotik_router/coordinator.py b/custom_components/mikrotik_router/coordinator.py index ab7ef82..eaca337 100644 --- a/custom_components/mikrotik_router/coordinator.py +++ b/custom_components/mikrotik_router/coordinator.py @@ -212,7 +212,6 @@ class MikrotikCoordinator(DataUpdateCoordinator): # async_init # --------------------------- # async def async_init(self): - # print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!") # self.listeners.append( # async_track_time_interval( # self.hass, self.force_fwupdate_check, timedelta(hours=4) @@ -592,9 +591,6 @@ class MikrotikCoordinator(DataUpdateCoordinator): # --------------------------- async def _async_update_data(self): """Update Mikrotik data""" - print( - "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - ) if self.api.has_reconnected(): await self.async_hwinfo_update() diff --git a/custom_components/mikrotik_router/entity.py b/custom_components/mikrotik_router/entity.py index 94faa43..6f1b694 100644 --- a/custom_components/mikrotik_router/entity.py +++ b/custom_components/mikrotik_router/entity.py @@ -157,7 +157,7 @@ class MikrotikEntity(CoordinatorEntity[MikrotikCoordinator], Entity): ): """Initialize entity""" super().__init__(coordinator) - self.coordinator = coordinator + # self.coordinator = coordinator self.entity_description = entity_description self._inst = coordinator.config_entry.data[CONF_NAME] self._config_entry = self.coordinator.config_entry