mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Add quality scale for Husqvarna Automower (#131560)
This commit is contained in:
parent
8910dbbcd1
commit
bd40e1e7df
@ -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
|
@ -509,7 +509,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
|||||||
"hue",
|
"hue",
|
||||||
"huisbaasje",
|
"huisbaasje",
|
||||||
"hunterdouglas_powerview",
|
"hunterdouglas_powerview",
|
||||||
"husqvarna_automower",
|
|
||||||
"husqvarna_automower_ble",
|
"husqvarna_automower_ble",
|
||||||
"huum",
|
"huum",
|
||||||
"hvv_departures",
|
"hvv_departures",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user