mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
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:
parent
968af28c54
commit
789aadcc4c
@ -34,7 +34,7 @@ class OndiloIcoCoordinator(DataUpdateCoordinator[dict[str, OndiloIcoData]]):
|
|||||||
hass,
|
hass,
|
||||||
logger=_LOGGER,
|
logger=_LOGGER,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
update_interval=timedelta(minutes=5),
|
update_interval=timedelta(minutes=20),
|
||||||
)
|
)
|
||||||
self.api = api
|
self.api = api
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user