mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 20:06:28 +00:00
Reordered quality scale items to match quality_scale.yaml (#2534)
This commit is contained in:
parent
006feeda9a
commit
2a8a0fe47c
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"bronze": [
|
"bronze": [
|
||||||
|
"action-setup",
|
||||||
|
"appropriate-polling",
|
||||||
|
"brands",
|
||||||
|
"common-modules",
|
||||||
|
"config-flow-test-coverage",
|
||||||
{
|
{
|
||||||
"id": "config-flow",
|
"id": "config-flow",
|
||||||
"subchecks": [
|
"subchecks": [
|
||||||
@ -7,58 +12,53 @@
|
|||||||
"Uses `ConfigEntry.data` and `ConfigEntry.options` correctly"
|
"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",
|
"dependency-transparency",
|
||||||
"action-setup",
|
"docs-actions",
|
||||||
"common-modules",
|
|
||||||
"docs-high-level-description",
|
"docs-high-level-description",
|
||||||
"docs-installation-instructions",
|
"docs-installation-instructions",
|
||||||
"docs-removal-instructions",
|
"docs-removal-instructions",
|
||||||
"docs-actions",
|
"entity-event-setup",
|
||||||
"brands"
|
"entity-unique-id",
|
||||||
|
"has-entity-name",
|
||||||
|
"runtime-data",
|
||||||
|
"test-before-configure",
|
||||||
|
"test-before-setup",
|
||||||
|
"unique-config-entry"
|
||||||
],
|
],
|
||||||
"silver": [
|
"silver": [
|
||||||
"config-entry-unloading",
|
|
||||||
"log-when-unavailable",
|
|
||||||
"entity-unavailable",
|
|
||||||
"action-exceptions",
|
"action-exceptions",
|
||||||
"reauthentication-flow",
|
"config-entry-unloading",
|
||||||
"parallel-updates",
|
"docs-configuration-parameters",
|
||||||
"test-coverage",
|
|
||||||
"integration-owner",
|
|
||||||
"docs-installation-parameters",
|
"docs-installation-parameters",
|
||||||
"docs-configuration-parameters"
|
"entity-unavailable",
|
||||||
|
"integration-owner",
|
||||||
|
"log-when-unavailable",
|
||||||
|
"parallel-updates",
|
||||||
|
"reauthentication-flow",
|
||||||
|
"test-coverage"
|
||||||
],
|
],
|
||||||
"gold": [
|
"gold": [
|
||||||
"entity-translations",
|
|
||||||
"entity-device-class",
|
|
||||||
"devices",
|
"devices",
|
||||||
"entity-category",
|
|
||||||
"entity-disabled-by-default",
|
|
||||||
"discovery",
|
|
||||||
"stale-devices",
|
|
||||||
"diagnostics",
|
"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",
|
"exception-translations",
|
||||||
"icon-translations",
|
"icon-translations",
|
||||||
"reconfiguration-flow",
|
"reconfiguration-flow",
|
||||||
"dynamic-devices",
|
|
||||||
"discovery-update-info",
|
|
||||||
"repair-issues",
|
"repair-issues",
|
||||||
"docs-use-cases",
|
"stale-devices"
|
||||||
"docs-supported-devices",
|
|
||||||
"docs-supported-functions",
|
|
||||||
"docs-data-update",
|
|
||||||
"docs-known-limitations",
|
|
||||||
"docs-troubleshooting",
|
|
||||||
"docs-examples"
|
|
||||||
],
|
],
|
||||||
"platinum": [
|
"platinum": [
|
||||||
"async-dependency",
|
"async-dependency",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user