Skip to content

Commit

Permalink
Add quality scale for Mastodon (#131357)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Dec 4, 2024
1 parent c0303bc commit 3b39c53
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 1 deletion.
93 changes: 93 additions & 0 deletions homeassistant/components/mastodon/quality_scale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
rules:
# Bronze
action-setup: done
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency:
status: todo
comment: |
Mastodon.py does not have CI build/publish.
docs-actions: done
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup:
status: exempt
comment: |
Entities of this integration do not explicitly subscribe to events.
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:
status: todo
comment: |
Legacy Notify needs rewriting once Notify architecture stabilizes.
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: |
There are no configuration options.
docs-installation-parameters: done
entity-unavailable: done
integration-owner: done
log-when-unavailable: done
parallel-updates: done
reauthentication-flow:
status: todo
comment: |
Waiting to move to oAuth.
test-coverage:
status: todo
comment: |
Legacy Notify needs rewriting once Notify architecture stabilizes.
# Gold
devices: done
diagnostics: done
discovery-update-info:
status: exempt
comment: |
Web service does not support discovery.
discovery:
status: exempt
comment: |
Web service does not support discovery.
docs-data-update: done
docs-examples: done
docs-known-limitations: todo
docs-supported-devices: done
docs-supported-functions: done
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: exempt
comment: |
This integration connects to a single web service.
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: todo
icon-translations: done
reconfiguration-flow:
status: todo
comment: |
Waiting to move to OAuth.
repair-issues: done
stale-devices:
status: exempt
comment: |
Web service does not go stale.
# Platinum
async-dependency: todo
inject-websession: todo
strict-typing: done
1 change: 0 additions & 1 deletion script/hassfest/quality_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ class Rule:
"manual_mqtt",
"map",
"marytts",
"mastodon",
"matrix",
"matter",
"maxcube",
Expand Down

0 comments on commit 3b39c53

Please sign in to comment.