From bb2b8ab46010d6416be4f4223963feaac2632a1e Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 20 Nov 2024 20:24:38 +0100 Subject: [PATCH] Fix comment on blogpost (#2462) --- blog/2024-11-20-integration-quality-scale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-11-20-integration-quality-scale.md b/blog/2024-11-20-integration-quality-scale.md index 15ef7eee..d5fc9583 100644 --- a/blog/2024-11-20-integration-quality-scale.md +++ b/blog/2024-11-20-integration-quality-scale.md @@ -18,7 +18,7 @@ To give an overview of the changes: - To show that the project has a commitment on keeping the scale up to date, we have created an architecture decision record (ADR) that describes the goal and the process of keeping the scale up to date. - The developer documentation now has [a brand new section](/docs/core/integration-quality-scale/) dedicated to the Integration Quality Scale. It includes the rules and the reasoning for every rule, and it provides examples that can be used to give an idea of how to implement it. There is also [a checklist](/docs/core/integration-quality-scale/checklist) that can be used for changing the scale of an integration. - Documentation now also plays a role in the quality of the integrations, since the user experience of an integration goes beyond code. -- To track the progress of integration, we have added [a `quality_scale.yaml` file](https://github.com/home-assistant/core/blob/dev/homeassistant/components/airgradient/quality_scale.yaml) to the integration folder. This will contain a list of all the rules it is adhering to and notes down possible exemptions and the reason behind the exemption. +- To track the progress of integration, we have added [a `quality_scale.yaml` file](https://github.com/home-assistant/core/blob/dev/homeassistant/components/airgradient/quality_scale.yaml) to the integration folder. This will contain a list of all the rules the integration is adhering to and notes of possible exemptions and the reasons behind them. With this in place, you might wonder what the next steps are. Because this is a major rework of the scale, we have decided to drop the scale of the current integrations.