Record IQS for Russound RNET (#134692)

pull/133143/merge
Noah Husby 2025-01-18 02:33:49 -05:00 committed by GitHub
parent bbe897745e
commit f724ae9a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 97 additions and 2 deletions

1
CODEOWNERS generated
View File

@ -1289,6 +1289,7 @@ build.json @home-assistant/supervisor
/tests/components/ruckus_unleashed/ @lanrat @ms264556 @gabe565
/homeassistant/components/russound_rio/ @noahhusby
/tests/components/russound_rio/ @noahhusby
/homeassistant/components/russound_rnet/ @noahhusby
/homeassistant/components/ruuvi_gateway/ @akx
/tests/components/ruuvi_gateway/ @akx
/homeassistant/components/ruuvitag_ble/ @akx

View File

@ -1,7 +1,7 @@
{
"domain": "russound_rnet",
"name": "Russound RNET",
"codeowners": [],
"codeowners": ["@noahhusby"],
"documentation": "https://www.home-assistant.io/integrations/russound_rnet",
"iot_class": "local_polling",
"loggers": ["russound"],

View File

@ -0,0 +1,95 @@
rules:
# Bronze
action-setup:
status: exempt
comment: |
This integration does not provide additional actions.
appropriate-polling: todo
brands: done
common-modules: todo
config-flow-test-coverage: todo
config-flow: todo
dependency-transparency:
status: todo
comment: |
CI pipeline for publishing is not on GH repo.
docs-actions:
status: exempt
comment: |
This integration does not provide additional actions.
docs-high-level-description: todo
docs-installation-instructions: todo
docs-removal-instructions: todo
entity-event-setup: todo
entity-unique-id: todo
has-entity-name: todo
runtime-data: todo
test-before-configure: todo
test-before-setup: todo
unique-config-entry: todo
# Silver
action-exceptions: todo
config-entry-unloading: todo
docs-configuration-parameters: todo
docs-installation-parameters: todo
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-update-info:
status: exempt
comment: |
The device does not support discovery.
discovery:
status: exempt
comment: |
The device does not support discovery.
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions: todo
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: exempt
comment: |
This integration is not a hub and only represents a single device.
entity-category: todo
entity-device-class: todo
entity-disabled-by-default: todo
entity-translations:
status: exempt
comment: |
There are no entities to translate.
exception-translations: todo
icon-translations:
status: exempt
comment: |
There are no entities that require icons.
reconfiguration-flow: todo
repair-issues:
status: exempt
comment: |
This integration doesn't have any cases where raising an issue is needed. An issue will be implemented for yaml import once a config flow is added.
stale-devices:
status: exempt
comment: |
This integration is not a hub and only represents a single device.
# Platinum
async-dependency: todo
inject-websession:
status: exempt
comment: |
This integration uses telnet or serial exclusively and does not make http calls.
strict-typing: todo

View File

@ -874,7 +874,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"rtorrent",
"rtsp_to_webrtc",
"ruckus_unleashed",
"russound_rnet",
"ruuvi_gateway",
"ruuvitag_ble",
"rympro",