feat(quality-scale): HACS Silver tickbox + manifest flip (Phase 8 PR-9)#94
Merged
Merged
Conversation
PR-9 — Closes Phase 8 (Wave 2). manifest.json now declares quality_scale: "silver". Version bumped to 1.6.0-beta.1. - sensor.py declares PARALLEL_UPDATES = 0 (CoordinatorEntity-backed; concurrent reads safe). - __init__.py service handlers raise HomeAssistantError on missing coordinator (was: warn + return) and ServiceValidationError on malformed input (was: warn + default-fallback). Applies to analyze_csv, backfill_history, rank_alternatives. - New quality_scale.yaml documents every Bronze + Silver + Gold + Platinum rule with status (done | exempt | todo) + comments pointing at implementing PRs / decisions. Silver-required rules all "done"; Gold rules "todo" with comment: v4 (or "exempt" for no-device integrations); Platinum mostly "todo". - log-when-unavailable rule documented as "exempt" — DataUpdateCoordinator + CoordinatorEntity already handle availability transitions. - conftest stubs HomeAssistantError + ServiceValidationError. - 13 new tests; 969 total pass. Decisions: DECISIONS.md > D-P8-5. Phase 8 (Silver Compliance / Wave 2) COMPLETE: PR-5 reauth + PR-6 reconfigure + PR-7 diagnostics + PR-8 repairs + PR-9 silver flip. Next milestone: Phase 9 (Wave 3 external statistics) for v2.0 GA. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes Phase 8 / Wave 2. quality_scale: silver in manifest; quality_scale.yaml documents every rule's status; PARALLEL_UPDATES = 0 declared; service handlers raise HomeAssistantError / ServiceValidationError. Version 1.6.0-beta.1. 13 new tests; 969 total pass. Stacked on PR #93. Decisions: D-P8-5.