Revert polling interval back to orginal value in Wolflink (#116758)
This commit is contained in:
parent
57283d16d9
commit
460c05dc43
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue