-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record current IQS state for Russound RIO (#131219)
- Loading branch information
Showing
2 changed files
with
88 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
rules: | ||
# Bronze | ||
action-setup: | ||
status: exempt | ||
comment: | | ||
This integration does not provide additional actions. | ||
appropriate-polling: | ||
status: exempt | ||
comment: | | ||
This integration uses a push API. No polling required. | ||
brands: done | ||
common-modules: done | ||
config-flow-test-coverage: | ||
status: todo | ||
comment: | | ||
Missing unique_id check in test_form() and test_import(). Test for adding same device twice missing. | ||
config-flow: done | ||
dependency-transparency: done | ||
docs-actions: | ||
status: exempt | ||
comment: | | ||
This integration does not provide additional actions. | ||
docs-high-level-description: done | ||
docs-installation-instructions: todo | ||
docs-removal-instructions: todo | ||
entity-event-setup: done | ||
entity-unique-id: done | ||
has-entity-name: done | ||
runtime-data: | ||
status: todo | ||
comment: Can use RussoundConfigEntry in async_unload_entry | ||
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: todo | ||
test-coverage: todo | ||
integration-owner: done | ||
docs-installation-parameters: todo | ||
docs-configuration-parameters: | ||
status: exempt | ||
comment: | | ||
This integration does not have an options flow. | ||
# Gold | ||
entity-translations: | ||
status: exempt | ||
comment: | | ||
There are no entities to translate. | ||
entity-device-class: done | ||
devices: done | ||
entity-category: done | ||
entity-disabled-by-default: | ||
status: exempt | ||
comment: | | ||
This integration doesn't have enough / noisy entities that warrant being disabled by default. | ||
discovery: todo | ||
stale-devices: todo | ||
diagnostics: done | ||
exception-translations: done | ||
icon-translations: todo | ||
reconfiguration-flow: todo | ||
dynamic-devices: todo | ||
discovery-update-info: todo | ||
repair-issues: done | ||
docs-use-cases: todo | ||
docs-supported-devices: done | ||
docs-supported-functions: todo | ||
docs-data-update: todo | ||
docs-known-limitations: todo | ||
docs-troubleshooting: todo | ||
docs-examples: todo | ||
|
||
# Platinum | ||
async-dependency: done | ||
inject-websession: | ||
status: exempt | ||
comment: | | ||
This integration uses telnet exclusively and does not make http calls. | ||
strict-typing: todo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters