From 9ba991323d10f6ad00bd037f171fdda00c185098 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 9 Aug 2023 00:52:43 +0200 Subject: [PATCH] Update integration_quality_scale_index.md (#1861) --- docs/integration_quality_scale_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration_quality_scale_index.md b/docs/integration_quality_scale_index.md index 412ccb24..dbdb07f7 100644 --- a/docs/integration_quality_scale_index.md +++ b/docs/integration_quality_scale_index.md @@ -57,7 +57,7 @@ This is a solid integration that is able to survive poor conditions and can be c Best of the best. The integration is completely async, meaning it's super fast. Integrations that reach platinum level will require approval by the code owner for each PR. - Satisfying all Gold level requirements. -- Set appropriate `PARALLEL_UPDATES` constant +- Set appropriate `PARALLEL_UPDATES` constant ([docs](integration_fetching_data.md#request-parallelism)) - Support config entry unloading (called when config entry is removed) - Integration + dependency are async ([docs](asyncio_working_with_async.md)) - Uses aiohttp or httpx and allows passing in websession (if making HTTP requests)