You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_chores service — approves all pending completions, or a specific completion_ids list. Admin-gated.
New taskmate/approve_all_chores WebSocket command, returning {count} of approvals applied.
Strings translated into every locale (de / fr / nb / nn / pt / pt-BR, plus en / en-GB).
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).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 New Release: 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.
taskmate.approve_all_choresservice — approves all pending completions, or a specificcompletion_idslist. Admin-gated.taskmate/approve_all_choresWebSocket command, returning{count}of approvals applied.PRs #647, #648.
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
Upgrading
Update via HACS or by downloading the latest release and copying to
/config/custom_components/taskmate/.After updating, restart Home Assistant. Lovelace resources will update automatically on restart.
💬 Questions or issues with this release? Reply below or open an issue.
Beta Was this translation helpful? Give feedback.
All reactions