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
A new Unassigned assignment mode is available for chores. When set, no child sees the chore — useful for parent-only tasks or chores you want to keep in the system but temporarily hide from all children.
The chore management table in the panel now shows a Current column displaying today's assigned child for rotation-based chores (alternating, random, balanced). Makes it easy to see at a glance who's responsible today without opening each chore.
Fixes
Settings text fields missing on first load (#337, fixes #324)
ha-textfield, ha-switch, and ha-icon-picker are lazy-loaded by Home Assistant and aren't guaranteed to be registered when the TaskMate panel first renders. If a user navigated directly to the TaskMate panel without visiting other HA pages first, the settings inputs were invisible. The panel now calls loadCardHelpers() on startup and re-renders once the components are ready.
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: v3.8.1
What's New
Unassigned Assignment Mode (#336, fixes #284)
A new Unassigned assignment mode is available for chores. When set, no child sees the chore — useful for parent-only tasks or chores you want to keep in the system but temporarily hide from all children.
Current Assignee Column in Chore Table (#334)
The chore management table in the panel now shows a Current column displaying today's assigned child for rotation-based chores (alternating, random, balanced). Makes it easy to see at a glance who's responsible today without opening each chore.
Fixes
Settings text fields missing on first load (#337, fixes #324)
ha-textfield,ha-switch, andha-icon-pickerare lazy-loaded by Home Assistant and aren't guaranteed to be registered when the TaskMate panel first renders. If a user navigated directly to the TaskMate panel without visiting other HA pages first, the settings inputs were invisible. The panel now callsloadCardHelpers()on startup and re-renders once the components are ready.Card previews missing in dashboard picker (#335)
Seven cards were showing blank or text-only previews in the HA "Add to dashboard" card picker:
sensor.taskmate_badges_childtosensor.taskmate_overview, with sample badge data in preview contextsensor.pending_approvalstosensor.taskmate_overviewchild_idgetStubConfig()so the entity is pre-filledRotation assignee display fix (#333)
Fixed an issue where the current assignee wasn't shown correctly for rotation chores that had all children in the pool.
Upgrade Instructions
Full Changelog: v3.8.0...v3.8.1
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