v4.4.3
New — Approve All
When several chore completions are waiting for a parent's sign-off, you can now clear the whole queue with a single Approve All button instead of approving each one by hand.
- The button appears on both the TaskMate panel (pending-approvals view) and the Approvals card.
- It runs every award, badge, quest and celebration side-effect exactly as approving each chore individually would (it reuses the single-approval code path).
- New
taskmate.approve_all_choresservice — approves all pending completions, or a specificcompletion_idslist. Admin-gated. - New
taskmate/approve_all_choresWebSocket command, returning{count}of approvals applied. - Strings translated into every locale (de / fr / nb / nn / pt / pt-BR, plus en / en-GB).
Changed — dashboard card-picker suggestions (HA 2026.6+)
Every TaskMate card now implements getEntitySuggestion, so Home Assistant's "add card" picker pre-fills a sensible TaskMate entity when you drop a card onto a dashboard instead of leaving it blank. PR #646.
Upgrading
Update via HACS and restart Home Assistant. The Approve All button appears automatically; hard-refresh the browser if the card looks stale (the ?v= cache-buster handles this on most setups).
Full changelog: v4.4.2...v4.4.3