Skip to content

Commit

Permalink
Add quality_scale.yaml for Fully Kiosk Browser integration (#131071)
Browse files Browse the repository at this point in the history
* Add quality_scale.yaml for Fully Kiosk Browser integration

* Forgot to fill out a couple rules

* missed another...

* Rebase and update a couple rules
  • Loading branch information
cgarwood authored Nov 21, 2024
1 parent c267170 commit 42dcfae
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions homeassistant/components/fully_kiosk/quality_scale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
rules:
# Bronze
config-flow: done
test-before-configure: done
unique-config-entry: done
config-flow-test-coverage: done
runtime-data: done
test-before-setup: done
appropriate-polling: done
entity-unique-id: done
has-entity-name: done
entity-event-setup: done
dependency-transparency: done
action-setup: done
common-modules: done
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: todo
docs-actions: done
brands: done

# Silver
config-entry-unloading: done
log-when-unavailable: todo
entity-unavailable: done
action-exceptions: todo
reauthentication-flow: todo
parallel-updates: todo
test-coverage: todo
integration-owner: done
docs-installation-parameters: todo
docs-configuration-parameters: todo

# Gold
entity-translations: todo
entity-device-class: done
devices: done
entity-category: done
entity-disabled-by-default: done
discovery: done
stale-devices:
status: exempt
comment: Each config entry maps to a single device
diagnostics: done
exception-translations: todo
icon-translations: todo
reconfiguration-flow: todo
dynamic-devices:
status: exempt
comment: Each config entry maps to a single device
discovery-update-info: done
repair-issues: todo
docs-use-cases: todo
docs-supported-devices: todo
docs-supported-functions: done
docs-data-update: todo
docs-known-limitations: done
docs-troubleshooting: todo
docs-examples: done

# Platinum
async-dependency: todo
inject-websession: done
strict-typing: todo

0 comments on commit 42dcfae

Please sign in to comment.