forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Habitica quality scale record (home-assistant#131429)
Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
- Loading branch information
1 parent
7398326
commit 34911a7
Showing
2 changed files
with
84 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
rules: | ||
# Bronze | ||
action-setup: done | ||
appropriate-polling: done | ||
brands: done | ||
common-modules: done | ||
config-flow-test-coverage: | ||
status: todo | ||
comment: test already_configured, tests should finish with create_entry or abort, assert unique_id | ||
config-flow: done | ||
dependency-transparency: todo | ||
docs-actions: done | ||
docs-high-level-description: done | ||
docs-installation-instructions: done | ||
docs-removal-instructions: done | ||
entity-event-setup: | ||
status: exempt | ||
comment: No events are registered by the integration. | ||
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: There is no options flow. | ||
docs-installation-parameters: done | ||
entity-unavailable: done | ||
integration-owner: done | ||
log-when-unavailable: done | ||
parallel-updates: todo | ||
reauthentication-flow: todo | ||
test-coverage: todo | ||
|
||
# Gold | ||
devices: done | ||
diagnostics: done | ||
discovery-update-info: | ||
status: exempt | ||
comment: Integration represents a service | ||
discovery: | ||
status: exempt | ||
comment: Integration represents a service | ||
docs-data-update: done | ||
docs-examples: done | ||
docs-known-limitations: done | ||
docs-supported-devices: | ||
status: exempt | ||
comment: No supportable devices. | ||
docs-supported-functions: done | ||
docs-troubleshooting: todo | ||
docs-use-cases: done | ||
dynamic-devices: | ||
status: exempt | ||
comment: | | ||
Integration is a service, no devices that could be added at runtime. | ||
Button entities for casting skills are created/removed dynamically if unlocked or on class change | ||
entity-category: | ||
status: done | ||
comment: Default categories are appropriate for currently available entities. | ||
entity-device-class: done | ||
entity-disabled-by-default: done | ||
entity-translations: done | ||
exception-translations: | ||
status: todo | ||
comment: translations for UpdateFailed missing | ||
icon-translations: done | ||
reconfiguration-flow: todo | ||
repair-issues: | ||
status: done | ||
comment: Used to inform of deprecated entities and actions. | ||
stale-devices: | ||
status: done | ||
comment: Not applicable. Only one device per config entry. Removed together with the config entry. | ||
|
||
# Platinum | ||
async-dependency: todo | ||
inject-websession: done | ||
strict-typing: todo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters