Add quality scale for Husqvarna Automower (#131560)

This commit is contained in:
Thomas55555 2024-12-04 19:12:26 +01:00 committed by GitHub
parent 8910dbbcd1
commit bd40e1e7df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 87 additions and 1 deletions

View File

@ -0,0 +1,87 @@
rules:
# Bronze
config-flow: done
test-before-configure: done
unique-config-entry: done
config-flow-test-coverage: done
runtime-data: done
test-before-setup:
status: todo
comment: |
Raise ConfigEntryAuthFailed earlier, when "amc:api" is missing in the token scope.
appropriate-polling: done
entity-unique-id: done
has-entity-name: done
entity-event-setup:
status: exempt
comment: |
Entities of this integration does not explicitly subscribe to events.
dependency-transparency: done
action-setup:
status: done
comment: |
The integration only has an entity service, registered in the platform.
common-modules:
status: todo
comment: |
Remove unused config_entry in coordinator.
Fix typos in entity.py
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
docs-actions: done
brands: done
# Silver
config-entry-unloading: done
log-when-unavailable: done
entity-unavailable: done
action-exceptions: done
reauthentication-flow: done
parallel-updates: done
test-coverage: done
integration-owner: done
docs-installation-parameters: done
docs-configuration-parameters:
status: exempt
comment: no configuration options
# Gold
devices: done
diagnostics: done
discovery-update-info:
status: todo
comment: Discovery not implemented, yet.
discovery:
status: todo
comment: |
Most of the mowers are connected with a SIM card, some of the also have a
Wifi connection. Check, if discovery with Wifi is possible
docs-data-update: todo
docs-examples: todo
docs-known-limitations: done
docs-supported-devices: done
docs-supported-functions: done
docs-troubleshooting: done
docs-use-cases: todo
dynamic-devices:
status: todo
comment: Add devices dynamically
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: done
icon-translations: done
reconfiguration-flow:
status: exempt
comment: no configuration possible
repair-issues: done
stale-devices:
status: todo
comment: We only remove devices on reload
# Platinum
async-dependency: done
inject-websession: done
strict-typing: done

View File

@ -509,7 +509,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"hue",
"huisbaasje",
"hunterdouglas_powerview",
"husqvarna_automower",
"husqvarna_automower_ble",
"huum",
"hvv_departures",