Record current IQS state for ViCare (#131202)

pull/131345/head
Christopher Fenner 2024-11-23 10:15:18 +01:00 committed by GitHub
parent 789cc7608a
commit 630afeefdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 49 additions and 1 deletions

View File

@ -0,0 +1,49 @@
rules:
# Bronze
config-flow:
status: todo
comment: data_description is missing.
test-before-configure: done
unique-config-entry:
status: todo
comment: Uniqueness is not checked yet.
config-flow-test-coverage: done
runtime-data:
status: todo
comment: runtime_data is not used yet.
test-before-setup: done
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: todo
comment: service registered in climate async_setup_entry.
common-modules:
status: done
comment: No coordinator is used, data update is centrally handled by the library.
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions:
status: todo
comment: removal instructions missing
docs-actions: done
brands: done
# Silver
integration-owner: done
reauthentication-flow: done
config-entry-unloading: done
# Gold
devices: done
diagnostics: done
entity-category: done
dynamic-devices: done
entity-device-class: done
entity-translations: done
entity-disabled-by-default: done
repair-issues:
status: exempt
comment: This integration does not raise any repairable issues.

View File

@ -1103,7 +1103,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"version",
"vesync",
"viaggiatreno",
"vicare",
"vilfo",
"vivotek",
"vizio",