Reordered quality scale items to match quality_scale.yaml (#2534)

This commit is contained in:
jesperraemaekers 2025-01-16 22:44:46 +01:00 committed by GitHub
parent 006feeda9a
commit 2a8a0fe47c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",