mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add quality scale to Onkyo (#131322)
* Add quality scale to Onkyo * Update homeassistant/components/onkyo/quality_scale.yaml Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * docs limitations todo Co-authored-by: Franck Nijhof <frenck@frenck.nl> * entity event setup --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
1456d5802d
commit
f68b78d00e
86
homeassistant/components/onkyo/quality_scale.yaml
Normal file
86
homeassistant/components/onkyo/quality_scale.yaml
Normal file
@ -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.
|
||||||
|
dependency-transparency: done
|
||||||
|
docs-actions: done
|
||||||
|
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
|
||||||
|
# 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
|
||||||
|
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.
|
@ -759,7 +759,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
|||||||
"oncue",
|
"oncue",
|
||||||
"ondilo_ico",
|
"ondilo_ico",
|
||||||
"onewire",
|
"onewire",
|
||||||
"onkyo",
|
|
||||||
"onvif",
|
"onvif",
|
||||||
"open_meteo",
|
"open_meteo",
|
||||||
"openai_conversation",
|
"openai_conversation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user