Add current quality scale status to AVM FRITZ!Box Tools (#131102)

* add current quality_scale .yaml

* Update homeassistant/components/fritz/quality_scale.yaml

* Update homeassistant/components/fritz/quality_scale.yaml

* Update homeassistant/components/fritz/quality_scale.yaml
pull/131132/head
Michael 2024-11-21 04:33:38 +01:00 committed by GitHub
parent b8e0d92848
commit 98ec0390bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,96 @@
rules:
# Bronze
action-setup:
status: todo
comment: still in async_setup_entry, needs to be moved to async_setup
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage:
status: todo
comment: one coverage miss in line 110
config-flow: done
dependency-transparency: done
docs-actions: done
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions:
status: todo
comment: include the proper docs snippet
entity-event-setup: done
entity-unique-id: done
has-entity-name:
status: todo
comment: partially done
runtime-data:
status: todo
comment: still uses hass.data
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions: done
config-entry-unloading: done
docs-configuration-parameters: done
docs-installation-parameters:
status: todo
comment: add the proper configuration_basic block
entity-unavailable: done
integration-owner: done
log-when-unavailable: done
parallel-updates:
status: todo
comment: not set at the moment, we use a coordinator
reauthentication-flow: done
test-coverage:
status: todo
comment: we are close to the goal of 95%
# Gold
devices: done
diagnostics: done
discovery-update-info: todo
discovery: done
docs-data-update: todo
docs-examples: done
docs-known-limitations:
status: exempt
comment: no known limitations, yet
docs-supported-devices:
status: todo
comment: add the known supported devices
docs-supported-functions:
status: todo
comment: need to be overhauled
docs-troubleshooting: done
docs-use-cases:
status: todo
comment: need to be overhauled
dynamic-devices: done
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: done
icon-translations: done
reconfiguration-flow: done
repair-issues:
status: exempt
comment: no known use cases for repair issues or flows, yet
stale-devices:
status: todo
comment: automate the current cleanup process and deprecate the corresponding button
# Platinum
async-dependency:
status: todo
comment: |
the fritzconnection lib is not async
changing this might need a bit more efforts to be spent
inject-websession:
status: todo
comment: |
the fritzconnection lib is not async and relies on requests
changing this might need a bit more efforts to be spent
strict-typing: done