Skip to content

Commit

Permalink
Add a quality scale for fitbit integration (home-assistant#131326)
Browse files Browse the repository at this point in the history
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
  • Loading branch information
allenporter and joostlek authored Dec 10, 2024
1 parent 2b17037 commit 8fd64d2
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
70 changes: 70 additions & 0 deletions homeassistant/components/fitbit/quality_scale.yaml
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
1 change: 0 additions & 1 deletion script/hassfest/quality_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ class Rule:
"fints",
"fireservicerota",
"firmata",
"fitbit",
"fivem",
"fixer",
"fjaraskupan",
Expand Down

0 comments on commit 8fd64d2

Please sign in to comment.