Add quality scale and set Platinum for NUT (#143269)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
tdfountain
2025-08-11 12:27:33 -07:00
committed by GitHub
parent 91f6b8e1fe
commit 065a53a90d
3 changed files with 91 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["aionut"],
"quality_scale": "platinum",
"requirements": ["aionut==4.3.4"],
"zeroconf": ["_nut._tcp.local."]
}

View File

@@ -0,0 +1,90 @@
rules:
# Bronze
action-setup:
status: exempt
comment: |
No custom service actions are registered
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions:
status: exempt
comment: |
No custom service actions are registered
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup:
status: exempt
comment: |
No custom event subscriptions are available
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: exempt
comment: |
No custom service actions are registered
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: |
No configuration parameters are available
docs-installation-parameters: done
entity-unavailable: done
integration-owner: done
log-when-unavailable: done
parallel-updates: done
reauthentication-flow: done
test-coverage: done
# Gold
devices: done
diagnostics: done
discovery-update-info:
status: exempt
comment: |
The NUT server has no unique id for reliably determining updates
discovery: done
docs-data-update: done
docs-examples: done
docs-known-limitations: done
docs-supported-devices: done
docs-supported-functions: done
docs-troubleshooting: done
docs-use-cases: done
dynamic-devices:
status: exempt
comment: |
Device type integration
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: done
icon-translations: done
reconfiguration-flow: done
repair-issues:
status: exempt
comment: |
No repairable issues are raised
stale-devices:
status: exempt
comment: |
Device type integration
# Platinum
async-dependency: done
inject-websession:
status: exempt
comment: |
Integration uses NUT protocol and does not communicate via HTTP/HTTPS
strict-typing: done

View File

@@ -712,7 +712,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"nuheat",
"nuki",
"numato",
"nut",
"nws",
"nx584",
"nzbget",
@@ -1758,7 +1757,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"nuheat",
"nuki",
"numato",
"nut",
"nws",
"nx584",
"nzbget",