Skip to content

Commit

Permalink
Update accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMPaTech committed Dec 2, 2024
1 parent a2b4b2e commit 6e6cabe
Showing 1 changed file with 41 additions and 17 deletions.
58 changes: 41 additions & 17 deletions homeassistant/components/plugwise/quality_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,31 @@ rules:
## Bronze
config-flow: done
test-before-configure: done
unique-config-entry: done
config-flow-test-coverage: done
runtime-data: done
unique-config-entry:
status: todo
comment: Add tests preventing second entry for same device
config-flow-test-coverage:
status: todo
comment: Cover test_form and zeroconf
runtime-data:
status: todo
comment: Clean up test_init for testing internals
test-before-setup: done
appropriate-polling: done
appropriate-polling:
status: todo
comment: Clean up coordinator (L71) check for mypy happiness
entity-unique-id: done
has-entity-name: done
has-entity-name:
status: todo
comment: Clean up climate (already in superclass)
entity-event-setup: done
dependency-transparency: done
action-setup: done
common-modules: done
action-setup:
status: todo
comment: Check if we have these, otherwise exempt
common-modules:
status: todo
comment: Verify entity for async_added_to_hass usage (discard?)
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
Expand All @@ -22,32 +36,42 @@ rules:
config-entry-unloading: done
log-when-unavailable: done
entity-unavailable: done
action-exceptions: done
action-exceptions:
status: todo
comment: Climate exception on ValueError should be ServiceValidationError
reauthentication-flow:
status: exempt
comment: This integration does not have reauthentication (e.g. fixed authentication for Plugwise Smiles)
comment: The hubs have a hardcoded `Smile ID` printed on there sticker, it can not be changed
parallel-updates:
status: done
comment: Using coordinator
test-coverage: done
status: todo
comment: Using coordinator, but required due to mutable platform
test-coverage:
status: todo
comment: Consider using snapshots + consistency in setup calls + add numerical tests + use fixtures
integration-owner: done
docs-installation-parameters: done
docs-configuration-parameters: done
## Gold
entity-translations: done
entity-translations:
status: todo
comment: Clean up name where not needed, remove translation key on deviceclasses
entity-device-class: done
devices: done
entity-category: done
entity-disabled-by-default: done
discovery: done
stale-devices: done
diagnostics: done
exception-translations: done
exception-translations:
status: todo
comment: Add coordinator, util and climate exceptions
icon-translations: done
reconfiguration-flow:
status: exempt
comment: This integration does not have any reconfiguration steps
dynamic-devices: done
status: todo
comment: This integration does not have any reconfiguration steps (yet) investigate how/why
dynamic-devices:
status: todo
comment: Add missing logic to button for unloading and creation
discovery-update-info: done
repair-issues:
status: exempt
Expand Down

0 comments on commit 6e6cabe

Please sign in to comment.