Add quality scale bronze to SamsungTV (#142288)

This commit is contained in:
Simone Chemelli 2025-06-24 22:41:39 +03:00 committed by GitHub
parent b9fc198a7e
commit 5ef054f2e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 97 additions and 2 deletions

View File

@ -34,6 +34,7 @@
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["samsungctl", "samsungtvws"],
"quality_scale": "bronze",
"requirements": [
"getmac==0.9.5",
"samsungctl[websocket]==0.7.1",

View File

@ -0,0 +1,96 @@
rules:
# Bronze
action-setup:
status: exempt
comment: no custom actions
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 actions
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup:
status: exempt
comment: no 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: done
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: no configuration options so far
docs-installation-parameters: done
entity-unavailable:
status: todo
comment: check super().unavailable
integration-owner: done
log-when-unavailable: done
parallel-updates: done
reauthentication-flow: done
test-coverage: done
# Gold
devices: done
diagnostics: done
discovery-update-info: done
discovery: done
docs-data-update:
status: todo
comment: add info about polling the bridge every 10 seconds
docs-examples: done
docs-known-limitations: done
docs-supported-devices:
status: todo
comment: be more specific about supported devices
docs-supported-functions:
status: todo
comment: be more specific about supported functions
docs-troubleshooting:
status: todo
comment: split that up to proper troubleshooting and known limitations section
docs-use-cases: done
dynamic-devices:
status: exempt
comment: device type integration
entity-category:
status: exempt
comment: no config or diagnostic entities
entity-device-class: done
entity-disabled-by-default:
status: exempt
comment: only 2 main entities
entity-translations:
status: exempt
comment: using only device name
exception-translations: done
icon-translations:
status: done
comment: no custom icons, only default icons
reconfiguration-flow:
status: todo
comment: handle at least host change
repair-issues:
status: exempt
comment: no known repair use case so far
stale-devices:
status: exempt
comment: device type integration
# Platinum
async-dependency: done
inject-websession: done
strict-typing:
status: todo
comment: Requirements 'getmac==0.9.5', 'samsungctl[websocket]==0.7.1' and 'wakeonlan==2.1.0' appear untyped

View File

@ -865,7 +865,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"ruuvitag_ble",
"rympro",
"saj",
"samsungtv",
"sanix",
"satel_integra",
"schlage",
@ -1925,7 +1924,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"ruuvitag_ble",
"rympro",
"saj",
"samsungtv",
"sanix",
"satel_integra",
"schlage",