mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07: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,
|
||||
logger=_LOGGER,
|
||||
name=DOMAIN,
|
||||
update_interval=timedelta(minutes=20),
|
||||
update_interval=timedelta(hours=1),
|
||||
)
|
||||
self.api = api
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user