From 2a8a0fe47c2bcba2d43c4d325250974acf68317f Mon Sep 17 00:00:00 2001 From: jesperraemaekers <146726232+jesperraemaekers@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:44:46 +0100 Subject: [PATCH] Reordered quality scale items to match quality_scale.yaml (#2534) --- .../_includes/tiers.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/core/integration-quality-scale/_includes/tiers.json b/docs/core/integration-quality-scale/_includes/tiers.json index ab09232c..2e6fed37 100644 --- a/docs/core/integration-quality-scale/_includes/tiers.json +++ b/docs/core/integration-quality-scale/_includes/tiers.json @@ -1,5 +1,10 @@ { "bronze": [ + "action-setup", + "appropriate-polling", + "brands", + "common-modules", + "config-flow-test-coverage", { "id": "config-flow", "subchecks": [ @@ -7,58 +12,53 @@ "Uses `ConfigEntry.data` and `ConfigEntry.options` correctly" ] }, - "test-before-configure", - "unique-config-entry", - "config-flow-test-coverage", - "runtime-data", - "test-before-setup", - "appropriate-polling", - "entity-unique-id", - "has-entity-name", - "entity-event-setup", "dependency-transparency", - "action-setup", - "common-modules", + "docs-actions", "docs-high-level-description", "docs-installation-instructions", "docs-removal-instructions", - "docs-actions", - "brands" + "entity-event-setup", + "entity-unique-id", + "has-entity-name", + "runtime-data", + "test-before-configure", + "test-before-setup", + "unique-config-entry" ], "silver": [ - "config-entry-unloading", - "log-when-unavailable", - "entity-unavailable", "action-exceptions", - "reauthentication-flow", - "parallel-updates", - "test-coverage", - "integration-owner", + "config-entry-unloading", + "docs-configuration-parameters", "docs-installation-parameters", - "docs-configuration-parameters" + "entity-unavailable", + "integration-owner", + "log-when-unavailable", + "parallel-updates", + "reauthentication-flow", + "test-coverage" ], "gold": [ - "entity-translations", - "entity-device-class", "devices", - "entity-category", - "entity-disabled-by-default", - "discovery", - "stale-devices", "diagnostics", + "discovery-update-info", + "discovery", + "docs-data-update", + "docs-examples", + "docs-known-limitations", + "docs-supported-devices", + "docs-supported-functions", + "docs-troubleshooting", + "docs-use-cases", + "dynamic-devices", + "entity-category", + "entity-device-class", + "entity-disabled-by-default", + "entity-translations", "exception-translations", "icon-translations", "reconfiguration-flow", - "dynamic-devices", - "discovery-update-info", "repair-issues", - "docs-use-cases", - "docs-supported-devices", - "docs-supported-functions", - "docs-data-update", - "docs-known-limitations", - "docs-troubleshooting", - "docs-examples" + "stale-devices" ], "platinum": [ "async-dependency",