mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-27 11:18:55 +02:00
cleanup
This commit is contained in:
parent
3869e670a6
commit
7a892b6800
2 changed files with 1 additions and 5 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue