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
Parents now receive a notification whenever a child completes a chore that requires approval.
Persistent notifications are created automatically in Home Assistant — visible in the notification bell in the HA sidebar.
Push notifications can also be sent to any HA notify service by configuring the new setting in Settings → Integrations → TaskMate → Configure → Settings → Notification Service.
Enter your notify service in the format notify.mobile_app_your_phone. Leave empty to use persistent notifications only.
Example notification:
TaskMate ✅
Malia completed 'Homework' (+5 Stars) and is waiting for your approval.
🎁 Rewards Card — Child Picker
The rewards card now works without a child_id configured. A Viewing as dropdown appears below the header, letting any parent or child select who they're viewing the card as — activating the claim button for that child.
Previously with no child_id set, the card showed rewards in display-only mode with no way to claim. The picker solves this without needing to create a separate card per child.
The selection is temporary (in-memory only) and resets on page refresh — it does not modify the card config.
🐛 Bug Fixes
Activity Card — Pending Chore Icon Colour
Pending chore completions (awaiting parent approval) were showing with a grey icon — the same as an approved chore. They now correctly show with an orange icon matching the pending status colour used elsewhere in the card.
Status badge text is also now capitalised — "Pending", "Approved", "Rejected" — instead of lowercase.
Weekly / Graph Card Editor Audit
Confirmed both card editors already use native <select> elements throughout. No ha-combo-box instances found — no changes required.
⚙️ New Setting
Setting
Default
Description
Notification Service
(empty)
HA notify service for approval alerts e.g. notify.mobile_app_your_phone
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: v1.1.4
TaskMate v1.1.3 — Polish Code & Create Notifications
What's New
🔔 HA Notifications on Chore Approval
Parents now receive a notification whenever a child completes a chore that requires approval.
Persistent notifications are created automatically in Home Assistant — visible in the notification bell in the HA sidebar.
Push notifications can also be sent to any HA notify service by configuring the new setting in Settings → Integrations → TaskMate → Configure → Settings → Notification Service.
Enter your notify service in the format
notify.mobile_app_your_phone. Leave empty to use persistent notifications only.Example notification:
🎁 Rewards Card — Child Picker
The rewards card now works without a
child_idconfigured. A Viewing as dropdown appears below the header, letting any parent or child select who they're viewing the card as — activating the claim button for that child.Previously with no
child_idset, the card showed rewards in display-only mode with no way to claim. The picker solves this without needing to create a separate card per child.The selection is temporary (in-memory only) and resets on page refresh — it does not modify the card config.
🐛 Bug Fixes
Activity Card — Pending Chore Icon Colour
Pending chore completions (awaiting parent approval) were showing with a grey icon — the same as an approved chore. They now correctly show with an orange icon matching the pending status colour used elsewhere in the card.
Status badge text is also now capitalised — "Pending", "Approved", "Rejected" — instead of lowercase.
Weekly / Graph Card Editor Audit
Confirmed both card editors already use native
<select>elements throughout. Noha-combo-boxinstances found — no changes required.⚙️ New Setting
📋 Files Changed
coordinator.py·config_flow.py·strings.json·translations/en.json·www/taskmate-rewards-card.js·www/taskmate-activity-card.jsUpgrading
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