Releases: Jo-Highness/dishwasher_duty
Releases · Jo-Highness/dishwasher_duty
Release list
v1.0.2
Added
- Continuous Integration:
Validateworkflow (HACS + hassfest) andTest
workflow (ruff lint + format check, pytest). ruffconfiguration for linting and formatting.- Config-flow test to guard the setup UI.
- Repository meta files:
CONTRIBUTING.md,SECURITY.md,
CODE_OF_CONDUCT.md, issue templates, pull request template,
Dependabot config, and Release Drafter config/workflow.
Changed
- Sorted
manifest.jsonkeys to satisfy hassfest. - Added README screenshots (config flow, entities card) from a demo instance.
Fixed
- The
claim/cancel_claim/reset_statisticsservices now accept a
person's display name and a case-insensitive slug, as the service
fields document ("Name (or slug)"). Previously only the exactperson.<id>
entity id or its exact-case slug matched, so callingclaimwith a name like
Miafailed with "not an authorised person" (HTTP 500). Covered by tests.
See the full CHANGELOG.