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 a quality scale for fitbit integration (home-assistant#131326)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
- Loading branch information
1 parent
2b17037
commit 8fd64d2
Showing
2 changed files
with
70 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,70 @@ | ||
rules: | ||
# Bronze | ||
action-setup: | ||
status: exempt | ||
comment: The integration has no actions. | ||
appropriate-polling: done | ||
brands: done | ||
common-modules: done | ||
config-flow: done | ||
config-flow-test-coverage: done | ||
dependency-transparency: todo | ||
docs-actions: | ||
status: exempt | ||
comment: There are no actions in Fitbit integration. | ||
docs-high-level-description: done | ||
docs-installation-instructions: done | ||
docs-removal-instructions: todo | ||
entity-event-setup: | ||
status: exempt | ||
comment: Fitbit is a polling integration that does use async events. | ||
entity-unique-id: done | ||
has-entity-name: done | ||
runtime-data: | ||
status: todo | ||
comment: | | ||
The integration uses `hass.data` for data associated with a configuration | ||
entry and needs to be updated to use `runtime_data`. | ||
test-before-configure: done | ||
test-before-setup: done | ||
unique-config-entry: done | ||
|
||
# Silver | ||
action-exceptions: todo | ||
config-entry-unloading: todo | ||
docs-configuration-parameters: todo | ||
docs-installation-parameters: todo | ||
entity-unavailable: todo | ||
integration-owner: todo | ||
log-when-unavailable: todo | ||
parallel-updates: todo | ||
reauthentication-flow: todo | ||
test-coverage: todo | ||
|
||
# Gold | ||
devices: todo | ||
diagnostics: todo | ||
discovery: todo | ||
discovery-update-info: todo | ||
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: todo | ||
entity-category: todo | ||
entity-device-class: todo | ||
entity-disabled-by-default: todo | ||
entity-translations: todo | ||
exception-translations: todo | ||
icon-translations: todo | ||
reconfiguration-flow: todo | ||
repair-issues: todo | ||
stale-devices: todo | ||
|
||
# Platinum | ||
async-dependency: todo | ||
inject-websession: todo | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -389,7 +389,6 @@ class Rule: | |
"fints", | ||
"fireservicerota", | ||
"firmata", | ||
"fitbit", | ||
"fivem", | ||
"fixer", | ||
"fjaraskupan", | ||
|