mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Add quality_scale file to Ecovacs
This commit is contained in:
parent
909eb045cc
commit
33bb3de1b1
60
homeassistant/components/ecovacs/quality_scale.yaml
Normal file
60
homeassistant/components/ecovacs/quality_scale.yaml
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
rules:
|
||||||
|
# Bronze
|
||||||
|
config-flow: todo
|
||||||
|
brands: done
|
||||||
|
dependency-transparency: todo
|
||||||
|
common-modules: todo
|
||||||
|
has-entity-name: todo
|
||||||
|
action-setup: todo
|
||||||
|
appropriate-polling: todo
|
||||||
|
test-before-configure: todo
|
||||||
|
entity-event-setup: todo
|
||||||
|
unique-config-entry: todo
|
||||||
|
entity-unique-id: todo
|
||||||
|
docs-installation-instructions: todo
|
||||||
|
docs-removal-instructions: todo
|
||||||
|
test-before-setup: todo
|
||||||
|
docs-high-level-description: todo
|
||||||
|
config-flow-test-coverage: todo
|
||||||
|
docs-actions: todo
|
||||||
|
runtime-data: todo
|
||||||
|
|
||||||
|
# Silver
|
||||||
|
log-when-unavailable: todo
|
||||||
|
config-entry-unloading: todo
|
||||||
|
reauthentication-flow: todo
|
||||||
|
action-exceptions: todo
|
||||||
|
docs-installation-parameters: todo
|
||||||
|
integration-owner: todo
|
||||||
|
parallel-updates: todo
|
||||||
|
test-coverage: todo
|
||||||
|
docs-configuration-parameters: todo
|
||||||
|
entity-unavailable: todo
|
||||||
|
|
||||||
|
# Gold
|
||||||
|
docs-examples: todo
|
||||||
|
discovery-update-info: todo
|
||||||
|
entity-device-class: todo
|
||||||
|
entity-translations: todo
|
||||||
|
docs-data-update: todo
|
||||||
|
entity-disabled-by-default: todo
|
||||||
|
discovery: todo
|
||||||
|
exception-translations: todo
|
||||||
|
devices: todo
|
||||||
|
docs-supported-devices: todo
|
||||||
|
icon-translations: todo
|
||||||
|
docs-known-limitations: todo
|
||||||
|
stale-devices: todo
|
||||||
|
docs-supported-functions: todo
|
||||||
|
repair-issues: todo
|
||||||
|
reconfiguration-flow: todo
|
||||||
|
entity-category: todo
|
||||||
|
dynamic-devices: todo
|
||||||
|
docs-troubleshooting: todo
|
||||||
|
diagnostics: todo
|
||||||
|
docs-use-cases: todo
|
||||||
|
|
||||||
|
# Platinum
|
||||||
|
async-dependency: todo
|
||||||
|
strict-typing: todo
|
||||||
|
inject-websession: todo
|
@ -328,7 +328,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
|||||||
"ecobee",
|
"ecobee",
|
||||||
"ecoforest",
|
"ecoforest",
|
||||||
"econet",
|
"econet",
|
||||||
"ecovacs",
|
|
||||||
"ecowitt",
|
"ecowitt",
|
||||||
"eddystone_temperature",
|
"eddystone_temperature",
|
||||||
"edimax",
|
"edimax",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user