Add huawei_lte quality scale YAML

To keep track, one more item to go before bronze.
This commit is contained in:
Ville Skyttä
2025-04-20 18:57:59 +03:00
parent 9b2faf207d
commit 2d39324ba7
2 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,76 @@
rules:
# Bronze
action-setup: done
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions: done
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup: done
entity-unique-id: done
has-entity-name: done
runtime-data: todo
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions: todo
config-entry-unloading: done
docs-configuration-parameters: done
docs-installation-parameters: done
entity-unavailable: done
integration-owner: done
log-when-unavailable:
status: todo
comment: Kind of done, but to be reviewed, there's probably room for improvement. Maybe address this when converting to use a data update coordinator. See also https://github.com/home-assistant/core/issues/55495
parallel-updates: todo
reauthentication-flow: done
test-coverage: todo
# Gold
devices: done
diagnostics:
status: todo
comment: https://github.com/home-assistant/core/pull/131085
discovery-update-info: done
discovery: done
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: done
docs-supported-functions:
status: todo
comment: Some info exists, but there's room for improvement.
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices: done
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: todo
icon-translations: done
reconfiguration-flow: todo
repair-issues:
status: todo
comment: Not sure if we have anything applicable.
stale-devices:
status: todo
comment: Not sure of applicability.
# Platinum
async-dependency:
status: todo
comment: The integration is async, but underlying huawei-lte-api is not.
inject-websession:
status: todo
comment: Underlying huawei-lte-api does not use aiohttp or httpx, so not sure if we can do anything about this.
strict-typing:
status: todo
comment: Integration is strictly typechecked already, but stringcase and url-normalize deps are not typed.

View File

@@ -493,7 +493,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"hp_ilo", "hp_ilo",
"html5", "html5",
"http", "http",
"huawei_lte",
"hue", "hue",
"huisbaasje", "huisbaasje",
"hunterdouglas_powerview", "hunterdouglas_powerview",