Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quality scale to Onkyo #131322

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions homeassistant/components/onkyo/quality_scale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
rules:
# Bronze
action-setup: done
appropriate-polling:
status: exempt
comment: |
This integration uses a push API. No polling required.
brands: done
common-modules: done
config-flow:
status: todo
comment: |
The data_descriptions are missing.
config-flow-test-coverage:
status: todo
comment: |
Coverage is 100%, but the tests need to be improved.
arturpragacz marked this conversation as resolved.
Show resolved Hide resolved
dependency-transparency: done
docs-actions: done
arturpragacz marked this conversation as resolved.
Show resolved Hide resolved
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: todo
entity-event-setup:
status: done
comment: |
Currently we store created entities in hass.data. That should be removed in the future.
entity-unique-id: done
has-entity-name: todo
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: done
docs-installation-parameters: done
entity-unavailable: todo
integration-owner: done
log-when-unavailable: todo
parallel-updates: todo
reauthentication-flow:
status: exempt
comment: |
This integration does not require authentication.
test-coverage: todo
arturpragacz marked this conversation as resolved.
Show resolved Hide resolved
arturpragacz marked this conversation as resolved.
Show resolved Hide resolved
arturpragacz marked this conversation as resolved.
Show resolved Hide resolved
# Gold
devices: todo
diagnostics: todo
discovery: todo
discovery-update-info: todo
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: done
arturpragacz marked this conversation as resolved.
Show resolved Hide resolved
docs-supported-functions: todo
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: exempt
comment: |
This integration has a fixed single device.
entity-category: done
entity-device-class: todo
entity-disabled-by-default: done
entity-translations: todo
exception-translations: todo
icon-translations: todo
reconfiguration-flow: done
repair-issues: done
stale-devices:
status: exempt
comment: |
This integration has a fixed single device.

# Platinum
async-dependency: done
inject-websession:
status: exempt
comment: |
This integration is not making any HTTP requests.
strict-typing:
status: todo
comment: |
The library is not fully typed yet.
1 change: 0 additions & 1 deletion script/hassfest/quality_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@
"oncue",
"ondilo_ico",
"onewire",
"onkyo",
"onvif",
"open_meteo",
"openai_conversation",
Expand Down