mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add quality scale bronze to SamsungTV (#142288)
This commit is contained in:
parent
b9fc198a7e
commit
5ef054f2e0
@ -34,6 +34,7 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["samsungctl", "samsungtvws"],
|
"loggers": ["samsungctl", "samsungtvws"],
|
||||||
|
"quality_scale": "bronze",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"getmac==0.9.5",
|
"getmac==0.9.5",
|
||||||
"samsungctl[websocket]==0.7.1",
|
"samsungctl[websocket]==0.7.1",
|
||||||
|
96
homeassistant/components/samsungtv/quality_scale.yaml
Normal file
96
homeassistant/components/samsungtv/quality_scale.yaml
Normal 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
|
@ -865,7 +865,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
|||||||
"ruuvitag_ble",
|
"ruuvitag_ble",
|
||||||
"rympro",
|
"rympro",
|
||||||
"saj",
|
"saj",
|
||||||
"samsungtv",
|
|
||||||
"sanix",
|
"sanix",
|
||||||
"satel_integra",
|
"satel_integra",
|
||||||
"schlage",
|
"schlage",
|
||||||
@ -1925,7 +1924,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
|
|||||||
"ruuvitag_ble",
|
"ruuvitag_ble",
|
||||||
"rympro",
|
"rympro",
|
||||||
"saj",
|
"saj",
|
||||||
"samsungtv",
|
|
||||||
"sanix",
|
"sanix",
|
||||||
"satel_integra",
|
"satel_integra",
|
||||||
"schlage",
|
"schlage",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user