Reduce update_interval for Opengarage (#66478)

This commit is contained in:
Daniel Hjelseth Høyer 2022-02-13 22:41:46 +01:00 committed by GitHub
parent bc2cc42955
commit 36120c77f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ class OpenGarageDataUpdateCoordinator(update_coordinator.DataUpdateCoordinator):
hass,
_LOGGER,
name=DOMAIN,
update_interval=timedelta(seconds=30),
update_interval=timedelta(seconds=5),
)
async def _async_update_data(self) -> None: