1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Revert polling interval back to orginal value in Wolflink (#116758)

This commit is contained in:
mtielen
2024-05-06 20:09:41 +02:00
committed by GitHub
parent 57283d16d9
commit 460c05dc43
@@ -100,7 +100,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
_LOGGER,
name=DOMAIN,
update_method=async_update_data,
update_interval=timedelta(seconds=90),
update_interval=timedelta(seconds=60),
)
await coordinator.async_refresh()