mirror of https://github.com/home-assistant/core
86 lines
2.4 KiB
YAML
86 lines
2.4 KiB
YAML
rules:
|
|
# Bronze
|
|
config-flow:
|
|
status: todo
|
|
comment: Some fields are missing data descriptions.
|
|
brands: done
|
|
dependency-transparency: done
|
|
common-modules: done
|
|
has-entity-name: done
|
|
action-setup:
|
|
status: done
|
|
comment: |
|
|
The integration only has an entity service, registered in the platform.
|
|
appropriate-polling:
|
|
status: done
|
|
comment: |
|
|
Rainbird devices are local. Irrigation valve/controller status is polled
|
|
once per minute to get fast updates when turning on/off the valves.
|
|
The irrigation schedule uses a 15 minute poll interval since it rarely
|
|
changes.
|
|
|
|
Rainbird devices can only accept a single http connection, so this uses a
|
|
an aiohttp.ClientSession with a connection limit, and also uses a request
|
|
debouncer.
|
|
test-before-configure: done
|
|
entity-event-setup:
|
|
status: exempt
|
|
comment: Integration is polling and does not subscribe to events.
|
|
unique-config-entry: done
|
|
entity-unique-id: done
|
|
docs-installation-instructions:
|
|
status: todo
|
|
comment: |
|
|
The introduction can be improved and is missing pre-requisites such as
|
|
installing the app.
|
|
docs-removal-instructions: todo
|
|
test-before-setup: done
|
|
docs-high-level-description: done
|
|
config-flow-test-coverage: done
|
|
docs-actions: done
|
|
runtime-data:
|
|
status: todo
|
|
comment: |
|
|
The integration currently stores config entry data in `hass.data` and
|
|
needs to be moved to `runtime_data`.
|
|
|
|
# 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
|