mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-19 10:57:14 +00:00
Fix comment on blogpost (#2462)
This commit is contained in:
parent
6e5f5613dc
commit
bb2b8ab460
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user