mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +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,
|
_LOGGER,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
update_method=async_update_data,
|
update_method=async_update_data,
|
||||||
update_interval=timedelta(seconds=90),
|
update_interval=timedelta(seconds=60),
|
||||||
)
|
)
|
||||||
|
|
||||||
await coordinator.async_refresh()
|
await coordinator.async_refresh()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user