mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Record LG WebOS TV Quality scale (#133732)
Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
parent
df38c1b1d7
commit
906c95048c
86
homeassistant/components/webostv/quality_scale.yaml
Normal file
86
homeassistant/components/webostv/quality_scale.yaml
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
rules:
|
||||||
|
# Bronze
|
||||||
|
action-setup:
|
||||||
|
status: todo
|
||||||
|
comment: move actions to entity services
|
||||||
|
appropriate-polling: done
|
||||||
|
brands: done
|
||||||
|
common-modules:
|
||||||
|
status: exempt
|
||||||
|
comment: The integration does not use common patterns.
|
||||||
|
config-flow-test-coverage: todo
|
||||||
|
config-flow:
|
||||||
|
status: todo
|
||||||
|
comment: remove duplicated config flow start in tests, make sure tests ends with CREATE_ENTRY or ABORT, remove legacy uuid migration, remove name parameter, use hass.config_entries.async_setup instead of async_setup_component, snapshot in diagnostics (and other tests when possible), test_client_disconnected validate no error in log, make reauth flow more graceful
|
||||||
|
dependency-transparency: done
|
||||||
|
docs-actions:
|
||||||
|
status: todo
|
||||||
|
comment: add description for parameters
|
||||||
|
docs-high-level-description: done
|
||||||
|
docs-installation-instructions: done
|
||||||
|
docs-removal-instructions: todo
|
||||||
|
entity-event-setup: done
|
||||||
|
entity-unique-id: done
|
||||||
|
has-entity-name: done
|
||||||
|
runtime-data: todo
|
||||||
|
test-before-configure: done
|
||||||
|
test-before-setup: done
|
||||||
|
unique-config-entry: done
|
||||||
|
|
||||||
|
# Silver
|
||||||
|
action-exceptions: todo
|
||||||
|
config-entry-unloading: done
|
||||||
|
docs-configuration-parameters: todo
|
||||||
|
docs-installation-parameters: todo
|
||||||
|
entity-unavailable: todo
|
||||||
|
integration-owner: done
|
||||||
|
log-when-unavailable: todo
|
||||||
|
parallel-updates: todo
|
||||||
|
reauthentication-flow: done
|
||||||
|
test-coverage: todo
|
||||||
|
|
||||||
|
# Gold
|
||||||
|
devices: done
|
||||||
|
diagnostics: done
|
||||||
|
discovery-update-info: done
|
||||||
|
discovery: done
|
||||||
|
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: The integration connects to a single device.
|
||||||
|
entity-category:
|
||||||
|
status: exempt
|
||||||
|
comment: The integration only registers one entity.
|
||||||
|
entity-device-class: done
|
||||||
|
entity-disabled-by-default:
|
||||||
|
status: exempt
|
||||||
|
comment: The integration only registers one entity.
|
||||||
|
entity-translations:
|
||||||
|
status: exempt
|
||||||
|
comment: There are no entities to translate.
|
||||||
|
exception-translations: todo
|
||||||
|
icon-translations:
|
||||||
|
status: exempt
|
||||||
|
comment: The only entity can use the device class.
|
||||||
|
reconfiguration-flow: todo
|
||||||
|
repair-issues:
|
||||||
|
status: exempt
|
||||||
|
comment: The integration does not have anything to repair.
|
||||||
|
stale-devices:
|
||||||
|
status: exempt
|
||||||
|
comment: The integration connects to a single device.
|
||||||
|
|
||||||
|
# Platinum
|
||||||
|
async-dependency: done
|
||||||
|
inject-websession:
|
||||||
|
status: todo
|
||||||
|
comment: need to check if it is needed for websockets or migrate to aiohttp
|
||||||
|
strict-typing:
|
||||||
|
status: todo
|
||||||
|
comment: aiowebostv is not fully typed
|
@ -1122,7 +1122,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
|||||||
"weatherflow_cloud",
|
"weatherflow_cloud",
|
||||||
"weatherkit",
|
"weatherkit",
|
||||||
"webmin",
|
"webmin",
|
||||||
"webostv",
|
|
||||||
"weheat",
|
"weheat",
|
||||||
"wemo",
|
"wemo",
|
||||||
"whirlpool",
|
"whirlpool",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user