Increase YouLess polling interval (#55490)

This commit is contained in:
gjong
2021-08-31 21:24:09 +02:00
committed by GitHub
parent cc4b2fbcfa
commit ff229dd599

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