Increase YouLess polling interval (#55490)

This commit is contained in:
gjong
2021-08-31 21:24:09 +02:00
committed by Paulus Schoutsen
parent d9056c01a6
commit e87b7e24b4

View File

@@ -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()