mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-30 04:24:28 +02:00
increased update check time
This commit is contained in:
parent
fbbf4d8e33
commit
0737a93c2c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class MikrotikControllerData:
|
|||
)
|
||||
self.listeners.append(
|
||||
async_track_time_interval(
|
||||
self.hass, self.force_fwupdate_check, timedelta(hours=1)
|
||||
self.hass, self.force_fwupdate_check, timedelta(hours=4)
|
||||
)
|
||||
)
|
||||
self.listeners.append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue