Record Mealie quality scale (#133587)

* Record Mealie quality scale

* Record NYT Games quality scale

* Fix

* Fix

* Fix
pull/133643/head
Joost Lekkerkerker 2024-12-20 12:29:54 +01:00 committed by GitHub
parent 86e43b7196
commit df383a3a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 79 additions and 1 deletions

View File

@ -0,0 +1,79 @@
rules:
# Bronze
action-setup: done
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions: done
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
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: done
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: |
This integration does not have any configuration parameters.
docs-installation-parameters: done
entity-unavailable: done
integration-owner: done
log-when-unavailable: done
parallel-updates: todo
reauthentication-flow: done
test-coverage:
status: todo
comment: Platform missing tests
# Gold
devices: done
diagnostics: done
discovery-update-info: todo
discovery: todo
docs-data-update: done
docs-examples: done
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions: done
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: done
comment: |
The integration adds new todo lists on runtime.
entity-category: done
entity-device-class: done
entity-disabled-by-default:
status: exempt
comment: |
This integration does not have any irrelevant entities.
entity-translations: done
exception-translations: todo
icon-translations: done
reconfiguration-flow: done
repair-issues:
status: exempt
comment: |
This integration doesn't have any cases where raising an issue is needed.
stale-devices:
status: done
comment: |
The integration removes removed todo lists on runtime.
# Platinum
async-dependency: done
inject-websession: done
strict-typing: todo

View File

@ -631,7 +631,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"matter", "matter",
"maxcube", "maxcube",
"mazda", "mazda",
"mealie",
"meater", "meater",
"medcom_ble", "medcom_ble",
"media_extractor", "media_extractor",