mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Revert polling interval back to orginal value in Wolflink (#116758)
This commit is contained in:
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user