Add quality scale for LCN (#147367)

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
Andre Lengwenus 2025-06-25 12:50:00 +02:00 committed by GitHub
parent 1e4fbebf49
commit bca7502611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 78 additions and 2 deletions

View File

@ -8,5 +8,6 @@
"documentation": "https://www.home-assistant.io/integrations/lcn",
"iot_class": "local_push",
"loggers": ["pypck"],
"quality_scale": "bronze",
"requirements": ["pypck==0.8.9", "lcn-frontend==0.2.5"]
}

View File

@ -0,0 +1,77 @@
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: done
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions: todo
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: Integration has no configuration parameters
docs-installation-parameters: done
entity-unavailable: todo
integration-owner: done
log-when-unavailable: done
parallel-updates: done
reauthentication-flow:
status: exempt
comment: |
Integration has no authentication.
test-coverage: done
# Gold
devices: done
diagnostics: todo
discovery-update-info: todo
discovery: todo
docs-data-update: todo
docs-examples: done
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions: done
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: exempt
comment: |
Device discovery has to be manually triggered in LCN. Manually adding devices is implemented.
entity-category: todo
entity-device-class: todo
entity-disabled-by-default:
status: exempt
comment: |
Since all entities are configured manually, they are enabled by default.
entity-translations:
status: exempt
comment: |
Since all entities are configured manually, names are user-defined.
exception-translations: todo
icon-translations: todo
reconfiguration-flow: done
repair-issues: done
stale-devices:
status: exempt
comment: |
Device discovery has to be manually triggered in LCN. Manually removing devices is implemented.
# Platinum
async-dependency: done
inject-websession:
status: exempt
comment: |
Integration is not making any HTTP requests.
strict-typing: todo

View File

@ -566,7 +566,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"lastfm",
"launch_library",
"laundrify",
"lcn",
"ld2410_ble",
"leaone",
"led_ble",
@ -1615,7 +1614,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"lametric",
"launch_library",
"laundrify",
"lcn",
"ld2410_ble",
"leaone",
"led_ble",