Velbus add quality_scale.yaml (#131377)

Co-authored-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Maikel Punie 2024-12-11 13:53:14 +01:00 committed by GitHub
parent ecfa888918
commit f974479970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 82 additions and 1 deletions

View File

@ -0,0 +1,82 @@
rules:
# Bronze
action-setup: todo
appropriate-polling:
status: exempt
comment: |
This integration does not poll.
brands: done
common-modules: done
config-flow-test-coverage:
status: todo
comment: |
Split test_flow_usb from the test that tests already_configured, test_flow_usb should also assert the unique_id of the entry
config-flow:
status: todo
comment: |
Dynamically build up the port parameter based on inputs provided by the user, do not fill-in a name parameter, build it up in the config flow
dependency-transparency: done
docs-actions: todo
docs-high-level-description: todo
docs-installation-instructions: todo
docs-removal-instructions: todo
entity-event-setup: todo
entity-unique-id: done
has-entity-name: todo
runtime-data: todo
test-before-configure: done
test-before-setup: todo
unique-config-entry:
status: todo
comment: |
Manual step does not generate an unique-id
# Silver
action-exceptions: todo
config-entry-unloading: done
docs-configuration-parameters: todo
docs-installation-parameters: todo
entity-unavailable: todo
integration-owner: done
log-when-unavailable: done
parallel-updates: todo
reauthentication-flow:
status: exempt
comment: |
This integration does not require authentication.
test-coverage: todo
# Gold
devices: done
diagnostics: done
discovery-update-info: done
discovery: done
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions: todo
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: todo
comment: |
Dynamic devices are discovered, but no entities are created for them
entity-category: done
entity-device-class: todo
entity-disabled-by-default: done
entity-translations: todo
exception-translations: todo
icon-translations: todo
reconfiguration-flow: todo
repair-issues:
status: exempt
comment: |
This integration doesn't have any cases where raising an issue is needed.
stale-devices: todo
# Platinum
async-dependency: done
inject-websession:
status: exempt
comment: |
This integration communicates via serial/usb/tcp and does not require a web session.
strict-typing: done

View File

@ -1105,7 +1105,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"v2c",
"vallox",
"vasttrafik",
"velbus",
"velux",
"venstar",
"vera",