mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Increase YouLess polling interval (#55490)
This commit is contained in:
parent
cc4b2fbcfa
commit
ff229dd599
@ -37,7 +37,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
_LOGGER,
|
||||
name="youless_gateway",
|
||||
update_method=async_update_data,
|
||||
update_interval=timedelta(seconds=2),
|
||||
update_interval=timedelta(seconds=10),
|
||||
)
|
||||
|
||||
await coordinator.async_config_entry_first_refresh()
|
||||
|
Loading…
x
Reference in New Issue
Block a user