Skip to content

Commit

Permalink
Record current IQS state for Cambridge Audio (#131080)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahhusby authored Dec 4, 2024
1 parent bd1ad04 commit 8910dbb
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
80 changes: 80 additions & 0 deletions homeassistant/components/cambridge_audio/quality_scale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
rules:
# Bronze
action-setup:
status: exempt
comment: |
This integration does not provide additional actions beyond play media which is setup by the media player entity.
appropriate-polling:
status: exempt
comment: |
This integration uses a push API. No polling required.
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: todo
test-before-configure: done
test-before-setup: done
unique-config-entry: done

# Silver
config-entry-unloading: done
log-when-unavailable: done
entity-unavailable: done
action-exceptions: done
reauthentication-flow:
status: exempt
comment: |
This integration does not require authentication.
parallel-updates: done
test-coverage: done
integration-owner: done
docs-installation-parameters: done
docs-configuration-parameters:
status: exempt
comment: |
This integration does not have an options flow.
# Gold
entity-translations: done
entity-device-class: done
devices: done
entity-category: done
entity-disabled-by-default: done
discovery: done
stale-devices:
status: exempt
comment: |
This integration is not a hub and as such only represents a single device.
diagnostics: done
exception-translations: done
icon-translations: done
reconfiguration-flow: todo
dynamic-devices:
status: exempt
comment: |
This integration is not a hub and only represents a single device.
discovery-update-info: done
repair-issues:
status: exempt
comment: |
This integration doesn't have any cases where raising an issue is needed.
docs-use-cases: done
docs-supported-devices: done
docs-supported-functions: done
docs-data-update: done
docs-known-limitations: done
docs-troubleshooting: done
docs-examples: done

# Platinum
async-dependency: done
inject-websession: done
strict-typing: done
1 change: 0 additions & 1 deletion script/hassfest/quality_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ class Rule:
"bthome",
"buienradar",
"caldav",
"cambridge_audio",
"canary",
"cast",
"ccm15",
Expand Down

0 comments on commit 8910dbb

Please sign in to comment.