forked from home-assistant/core
Increase YouLess polling interval (#55490)
This commit is contained in:
@@ -37,7 +37,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
_LOGGER,
|
_LOGGER,
|
||||||
name="youless_gateway",
|
name="youless_gateway",
|
||||||
update_method=async_update_data,
|
update_method=async_update_data,
|
||||||
update_interval=timedelta(seconds=2),
|
update_interval=timedelta(seconds=10),
|
||||||
)
|
)
|
||||||
|
|
||||||
await coordinator.async_config_entry_first_refresh()
|
await coordinator.async_config_entry_first_refresh()
|
||||||
|
Reference in New Issue
Block a user