mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-23 17:28:51 +02:00
reordered update functions
This commit is contained in:
parent
7b2087f834
commit
c9a9e3e776
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ class MikrotikControllerData:
|
|||
await self.async_fwupdate_check()
|
||||
|
||||
await self.hass.async_add_executor_job(self.get_interface)
|
||||
await self.hass.async_add_executor_job(self.get_arp)
|
||||
await self.hass.async_add_executor_job(self.get_dns)
|
||||
await self.hass.async_add_executor_job(self.get_dhcp)
|
||||
await self.hass.async_add_executor_job(self.process_host)
|
||||
await self.hass.async_add_executor_job(self.get_interface_traffic)
|
||||
await self.hass.async_add_executor_job(self.get_interface_client)
|
||||
await self.hass.async_add_executor_job(self.get_nat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue