Skip to content

Releases: Jo-Highness/dishwasher_duty

Release list

v1.0.2

Choose a tag to compare

@Jo-Highness Jo-Highness released this 21 Aug 17:16

Added

  • Continuous Integration: Validate workflow (HACS + hassfest) and Test
    workflow (ruff lint + format check, pytest).
  • ruff configuration 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.json keys to satisfy hassfest.
  • Added README screenshots (config flow, entities card) from a demo instance.

Fixed

  • The claim / cancel_claim / reset_statistics services now accept a
    person's display name and a case-insensitive slug, as the service
    fields document ("Name (or slug)"). Previously only the exact person.<id>
    entity id or its exact-case slug matched, so calling claim with a name like
    Mia failed with "not an authorised person" (HTTP 500). Covered by tests.

See the full CHANGELOG.