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 Swiss Public Transport quality scale record (home-assistant#131629)
- Loading branch information
Showing
2 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
86 changes: 86 additions & 0 deletions
86
homeassistant/components/swiss_public_transport/quality_scale.yaml
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,86 @@ | ||
rules: | ||
# Bronze | ||
action-setup: done | ||
appropriate-polling: | ||
status: done | ||
comment: > | ||
Polling interval is set to support one connection. | ||
There is a rate limit at 10000 calls per day. | ||
brands: done | ||
common-modules: done | ||
config-flow-test-coverage: done | ||
config-flow: todo | ||
dependency-transparency: todo | ||
docs-actions: done | ||
docs-high-level-description: done | ||
docs-installation-instructions: done | ||
docs-removal-instructions: todo | ||
entity-event-setup: | ||
status: exempt | ||
comment: No events implemented | ||
entity-unique-id: done | ||
has-entity-name: done | ||
runtime-data: done | ||
test-before-configure: done | ||
test-before-setup: done | ||
unique-config-entry: done | ||
|
||
# Silver | ||
config-entry-unloading: done | ||
log-when-unavailable: | ||
status: done | ||
comment: Offloaded to coordinator | ||
entity-unavailable: | ||
status: done | ||
comment: Offloaded to coordinator | ||
action-exceptions: done | ||
reauthentication-flow: | ||
status: exempt | ||
comment: No authentication needed | ||
parallel-updates: todo | ||
test-coverage: todo | ||
integration-owner: done | ||
docs-installation-parameters: todo | ||
docs-configuration-parameters: | ||
status: exempt | ||
comment: no options flow | ||
|
||
# Gold | ||
entity-translations: done | ||
entity-device-class: done | ||
devices: done | ||
entity-category: done | ||
entity-disabled-by-default: | ||
status: done | ||
comment: No disabled entities implemented | ||
discovery: | ||
status: exempt | ||
comment: Nothing to discover | ||
stale-devices: | ||
status: exempt | ||
comment: Stale not possible | ||
diagnostics: todo | ||
exception-translations: done | ||
icon-translations: done | ||
reconfiguration-flow: todo | ||
dynamic-devices: | ||
status: exempt | ||
comment: No dynamic devices | ||
discovery-update-info: | ||
status: exempt | ||
comment: Nothing to discover | ||
repair-issues: | ||
status: exempt | ||
comment: Nothing to repair | ||
docs-use-cases: todo | ||
docs-supported-devices: done | ||
docs-supported-functions: done | ||
docs-data-update: done | ||
docs-known-limitations: todo | ||
docs-troubleshooting: todo | ||
docs-examples: todo | ||
|
||
# Platinum | ||
async-dependency: done | ||
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