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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()