-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add quality_scale.yaml for Google Photos integration (#131329)
Co-authored-by: Joost Lekkerkerker <[email protected]>
- Loading branch information
1 parent
3b39c53
commit 3ef9b71
Showing
2 changed files
with
68 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,68 @@ | ||
rules: | ||
# Bronze | ||
config-flow: done | ||
brands: done | ||
dependency-transparency: done | ||
common-modules: done | ||
has-entity-name: | ||
status: exempt | ||
comment: Integration does not have entities | ||
action-setup: | ||
status: todo | ||
comment: | | ||
The integration does action setup in `async_setup_entry` which needs to be | ||
moved to `async_setup`. | ||
appropriate-polling: done | ||
test-before-configure: done | ||
entity-event-setup: | ||
status: exempt | ||
comment: Integration does not subscribe to events. | ||
unique-config-entry: done | ||
entity-unique-id: done | ||
docs-installation-instructions: done | ||
docs-removal-instructions: todo | ||
test-before-setup: done | ||
docs-high-level-description: done | ||
config-flow-test-coverage: done | ||
docs-actions: done | ||
runtime-data: done | ||
|
||
# Silver | ||
log-when-unavailable: todo | ||
config-entry-unloading: todo | ||
reauthentication-flow: done | ||
action-exceptions: todo | ||
docs-installation-parameters: todo | ||
integration-owner: todo | ||
parallel-updates: todo | ||
test-coverage: todo | ||
docs-configuration-parameters: todo | ||
entity-unavailable: todo | ||
|
||
# Gold | ||
docs-examples: todo | ||
discovery-update-info: todo | ||
entity-device-class: todo | ||
entity-translations: todo | ||
docs-data-update: todo | ||
entity-disabled-by-default: todo | ||
discovery: todo | ||
exception-translations: todo | ||
devices: todo | ||
docs-supported-devices: todo | ||
icon-translations: todo | ||
docs-known-limitations: todo | ||
stale-devices: todo | ||
docs-supported-functions: todo | ||
repair-issues: todo | ||
reconfiguration-flow: todo | ||
entity-category: todo | ||
dynamic-devices: todo | ||
docs-troubleshooting: todo | ||
diagnostics: todo | ||
docs-use-cases: todo | ||
|
||
# Platinum | ||
async-dependency: todo | ||
strict-typing: todo | ||
inject-websession: 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