Record current IQS state for SABnzbd (#131656)

* Record current IQS state for SAbnzbd

* Convert review comments to IQS comments
pull/133435/head
Jan-Philipp Benecke 2024-12-17 17:10:04 +01:00 committed by GitHub
parent a14aca31e5
commit d9fb5a7582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 96 additions and 1 deletions

View File

@ -0,0 +1,96 @@
rules:
# Bronze
action-setup:
status: todo
comment: |
Do not remove services when all config entries are removed.
appropriate-polling: done
brands: done
common-modules:
status: todo
comment: |
const.py has unused variables.
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions:
status: exempt
comment: |
The integration has deprecated the actions, thus the documentation has been removed.
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: todo
entity-event-setup:
status: exempt
comment: |
Entities of this integration does not explicitly subscribe to events.
entity-unique-id: done
has-entity-name: done
runtime-data: done
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions:
status: todo
comment: |
Raise ServiceValidationError in async_get_entry_for_service_call.
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: |
The integration does not provide any additional options.
docs-installation-parameters: todo
entity-unavailable: done
integration-owner: done
log-when-unavailable: done
parallel-updates: todo
reauthentication-flow: todo
test-coverage:
status: todo
comment: |
Coverage for loading and unloading config entries is missing.
# Gold
devices: done
diagnostics: todo
discovery-update-info:
status: exempt
comment: |
This integration cannot be discovered.
discovery:
status: exempt
comment: |
This integration cannot be discovered.
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions:
status: todo
comment: |
Describe the state of the sensor and make it a enum sensor.
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: exempt
comment: |
The integration connects to a single service per configuration entry.
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: todo
icon-translations: done
reconfiguration-flow: done
repair-issues: done
stale-devices:
status: exempt
comment: |
This integration connect to a single service per configuration entry.
# Platinum
async-dependency: done
inject-websession: done
strict-typing: todo

View File

@ -887,7 +887,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"ruuvi_gateway", "ruuvi_gateway",
"ruuvitag_ble", "ruuvitag_ble",
"rympro", "rympro",
"sabnzbd",
"saj", "saj",
"samsungtv", "samsungtv",
"sanix", "sanix",