Add Airly quality scale file (#177552)

This commit is contained in:
Maciej Bieniek
2026-08-30 11:03:32 +02:00
committed by GitHub
parent bc788883b8
commit c226ced56e
2 changed files with 100 additions and 1 deletions
@@ -0,0 +1,100 @@
rules:
# Bronze
action-setup:
status: exempt
comment: The integration does not register services.
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage:
status: todo
comment: The config flow test should either result in an entry being created or an abort.
config-flow:
status: todo
comment: Add data_description.
dependency-transparency: done
docs-actions:
status: exempt
comment: The integration does not register services.
docs-triggers:
status: exempt
comment: This integration does not have any triggers.
docs-conditions:
status: exempt
comment: This integration does not have any conditions.
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: todo
entity-event-setup: done
entity-unique-id: done
has-entity-name: done
runtime-data: done
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions:
status: exempt
comment: The integration does not register services.
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: The integration does not have an options flow.
docs-installation-parameters:
status: todo
comment: The documentation does not describe all setup parameters.
entity-unavailable: done
integration-owner: done
log-when-unavailable: done
parallel-updates:
status: todo
comment: PARALLEL_UPDATES should be changed to 0 as documentation suggests.
reauthentication-flow: todo
test-coverage: done
# Gold
devices: done
diagnostics: done
discovery-update-info:
status: exempt
comment: This integration is a cloud service and does not support discovery.
discovery:
status: exempt
comment: This integration is a cloud service and does not support discovery.
docs-data-update: done
docs-examples: todo
docs-known-limitations:
status: todo
comment: Add "No known limitations."
docs-supported-devices:
status: exempt
comment: This integration connects to a service, not supported devices.
docs-supported-functions:
status: todo
comment: The documentation does not describe the provided entities and platforms.
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices:
status: exempt
comment: Each config entry represents a fixed Airly service location.
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: done
icon-translations: done
reconfiguration-flow: todo
repair-issues:
status: exempt
comment: This integration does not raise any repairable issues.
stale-devices:
status: exempt
comment: Each config entry represents a fixed Airly service location.
# Platinum
async-dependency: done
inject-websession: done
strict-typing:
status: todo
comment: The 'airly' library is not PEP-561 compliant.
-1
View File
@@ -118,7 +118,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"aemet",
"aftership",
"agent_dvr",
"airly",
"airq",
"airthings",
"airthings_ble",