Add Idasen Desk quality scale record (#132368)

This commit is contained in:
Abílio Costa 2024-12-16 12:14:01 +00:00 committed by GitHub
parent cd2cc1d99f
commit 739832691e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 108 additions and 1 deletions

View File

@ -0,0 +1,108 @@
rules:
# Bronze
action-setup:
status: exempt
comment: |
This integration does not provide additional actions.
appropriate-polling:
status: exempt
comment: |
This integration does not use polling.
brands: done
common-modules:
status: todo
comment: |
The cover and sensor entities could move common initialization to a base entity class.
config-flow-test-coverage:
status: todo
comment: |
- use mock_desk_api
- merge test_user_step_auth_failed, test_user_step_cannot_connect and test_user_step_unknown_exception.
config-flow:
status: todo
comment: |
Missing data description for user step.
dependency-transparency: done
docs-actions:
status: exempt
comment: |
This integration does not provide additional actions.
docs-high-level-description: todo
docs-installation-instructions: done
docs-removal-instructions: todo
entity-event-setup: done
entity-unique-id: done
has-entity-name: done
runtime-data: todo
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions: todo
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: |
This integration does not provide configuration parameters.
docs-installation-parameters:
status: exempt
comment: |
This integration does not provide installation parameters.
entity-unavailable: done
integration-owner: done
log-when-unavailable: todo
parallel-updates: todo
reauthentication-flow:
status: exempt
comment: |
This integration does not require authentication.
test-coverage:
status: todo
comment: |
- remove the await hass.async_block_till_done() after service calls with blocking=True
- use constants (like SERVICE_PRESS and ATTR_ENTITY_ID) in the tests calling services
- rename test_buttons.py -> test_button.py
- rename test_sensors.py -> test_sensor.py
# Gold
devices: done
diagnostics: todo
discovery-update-info:
status: exempt
comment: |
This integration uses Bluetooth and addresses don't change.
discovery: done
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions: todo
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices: todo
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: todo
icon-translations: done
reconfiguration-flow:
status: exempt
comment: |
This integration doesn't have any cases where a reconfiguration is needed.
repair-issues:
status: exempt
comment: |
This integration doesn't have any cases where raising an issue is needed.
stale-devices:
status: exempt
comment: |
This integration has a fixed single device.
# Platinum
async-dependency: done
inject-websession:
status: exempt
comment: |
This integration doesn't use websession.
strict-typing: todo

View File

@ -516,7 +516,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"iaqualink", "iaqualink",
"ibeacon", "ibeacon",
"icloud", "icloud",
"idasen_desk",
"idteck_prox", "idteck_prox",
"ifttt", "ifttt",
"iglo", "iglo",