mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +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,
|
||||
_LOGGER,
|
||||
name=DOMAIN,
|
||||
update_interval=timedelta(seconds=30),
|
||||
update_interval=timedelta(seconds=5),
|
||||
)
|
||||
|
||||
async def _async_update_data(self) -> None:
|
||||
|
Reference in New Issue
Block a user