increased update check time

This commit is contained in:
Tomaae 2022-09-06 07:08:43 +02:00
parent fbbf4d8e33
commit 0737a93c2c
No known key found for this signature in database
GPG key ID: 8360BBD8A381D1C0

View file

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