This commit is contained in:
Tomaae 2023-08-09 02:33:49 +02:00
parent 3869e670a6
commit 7a892b6800
No known key found for this signature in database
GPG key ID: 2F97770867DAA4E6
2 changed files with 1 additions and 5 deletions

View file

@ -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()