Skip to content

Commit

Permalink
Add quality scale and initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed Dec 4, 2024
1 parent 94b16da commit be816c0
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
78 changes: 78 additions & 0 deletions homeassistant/components/heos/quality_scale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
rules:
# Bronze
action-setup: done
appropriate-polling:
status: done
comment: Integration is a local push integration
brands: done
common-modules: todo
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: todo
entity-event-setup: done
entity-unique-id: done
has-entity-name: done
runtime-data: done
test-before-configure: todo
test-before-setup: done
unique-config-entry:
status: exempt
comment: Only a single config entry is supported.
# Silver
action-exceptions: todo
config-entry-unloading: done
docs-configuration-parameters:
status: done
comment: |
The integration doesn't provide any additional configuration parameters.
docs-installation-parameters: done
entity-unavailable: done
integration-owner: done
log-when-unavailable:
status: todo
comment: |
The integration currently spams the logs until reconnected
parallel-updates:
status: todo
comment: Needs to be set to 0. The underlying library handles parallel updates.
reauthentication-flow:
status: exempt
comment: |
This integration doesn't require re-authentication.
test-coverage: done
# Gold
devices: done
diagnostics: todo
discovery-update-info:
status: todo
comment: Explore if this is possible.
discovery: done
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions: done
docs-troubleshooting:
status: todo
comment: Has some troublehsooting setps, but needs to be improved
docs-use-cases: done
dynamic-devices: todo
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: todo
stale-devices: todo
# Platinum
async-dependency: done
inject-websession:
status: done
comment: The integration does not use websession
strict-typing: todo
1 change: 0 additions & 1 deletion script/hassfest/quality_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ class Rule:
"hddtemp",
"hdmi_cec",
"heatmiser",
"heos",
"here_travel_time",
"hikvision",
"hikvisioncam",
Expand Down

0 comments on commit be816c0

Please sign in to comment.