mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Reduce update_interval for Opengarage (#66478)
This commit is contained in:
committed by
GitHub
parent
bc2cc42955
commit
36120c77f8
@@ -66,7 +66,7 @@ class OpenGarageDataUpdateCoordinator(update_coordinator.DataUpdateCoordinator):
|
|||||||
hass,
|
hass,
|
||||||
_LOGGER,
|
_LOGGER,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
update_interval=timedelta(seconds=30),
|
update_interval=timedelta(seconds=5),
|
||||||
)
|
)
|
||||||
|
|
||||||
async def _async_update_data(self) -> None:
|
async def _async_update_data(self) -> None:
|
||||||
|
Reference in New Issue
Block a user