Reduce update interval in Ondilo Ico (#116989)

Ondilo: reduce update interval

The API seems to have sticter rate-limiting and frequent requests fail
with HTTP 400.

Fixes #116593
This commit is contained in:
Michal Čihař 2024-05-07 19:55:03 +02:00 committed by GitHub
parent 968af28c54
commit 789aadcc4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ class OndiloIcoCoordinator(DataUpdateCoordinator[dict[str, OndiloIcoData]]):
hass,
logger=_LOGGER,
name=DOMAIN,
update_interval=timedelta(minutes=5),
update_interval=timedelta(minutes=20),
)
self.api = api