mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Prolong ondilo ico update interval (#137888)
This commit is contained in:
parent
219b5324e9
commit
bd32a6ab83
@ -34,7 +34,7 @@ class OndiloIcoCoordinator(DataUpdateCoordinator[dict[str, OndiloIcoData]]):
|
|||||||
hass,
|
hass,
|
||||||
logger=_LOGGER,
|
logger=_LOGGER,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
update_interval=timedelta(minutes=20),
|
update_interval=timedelta(hours=1),
|
||||||
)
|
)
|
||||||
self.api = api
|
self.api = api
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user