-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
This guide walks you through setting up TaskMate for the first time after installation.
- Go to Settings → Devices & Services
- Click + Add Integration
- Search for TaskMate and select it
- You will be asked to choose:
- Points Currency Name — what you want to call the points (Stars, Coins, Bucks, Tokens, etc.)
-
Points Icon — the MDI icon used throughout the UI (default:
mdi:star)
- Click Submit
You can change the currency name and icon later in Settings.
Click Configure on the TaskMate card in Settings → Devices & Services.
You will see the main menu:
| Option | Purpose |
|---|---|
| Manage Children | Add, edit, or remove children |
| Manage Chores | Create and configure chores |
| Manage Rewards | Create rewards children can earn |
| Settings | Bonus points, streak mode, history, currency |
- Click Manage Children → Add New Child
- Enter the child's name
- Choose an avatar icon (there are many fun options — animals, robots, characters)
- Click Submit
Repeat for each child. Each child gets their own:
- Points balance
- Streak counter
- Chore completion history
- Custom chore order
- Click Manage Chores → Add Single Chore (or Add Multiple Chores for bulk entry)
- Fill in the fields:
- Name — e.g. "Make Bed"
- Points — how many points completing this chore earns
- Time of Day — Morning, Afternoon, Evening, Night, or Anytime
- Scheduling Mode — Specific Days (choose which days it appears) or Recurring (set a repeating interval)
- Requires Approval — whether a parent must approve before points are awarded
- Click Submit — if you selected a scheduling mode, a second page appears to configure the days or recurrence interval
Tip: Start with 3–5 chores. You can add more any time.
See Chores for a full explanation of every field.
- Click Manage Rewards → Add New Reward
- Enter a name, description, and choose an icon
- Set Points Cost — how many points the reward costs to claim
- Optionally enable Is Jackpot to pool all assigned children's points together toward a shared goal
- Click Submit
See Rewards for full details on jackpot rewards and the claim approval flow.
- Edit your Lovelace dashboard
- Click + Add Card
- Search for "taskmate" — you'll see all 13 cards listed
- Add the Child Card for your child's view — configure it with:
- Entity:
sensor.taskmate_overview - Child: select the child
- Entity:
- Add the Parent Dashboard Card for the parent view
Tip: Create two separate dashboards — one for kids (Child Card + Rewards Card) and one for parents (Parent Dashboard Card).
See Dashboard Cards for full configuration options for all 13 cards.
- Open the child card on your dashboard
- Tap a chore to complete it
- If the chore requires approval, go to the parent dashboard and approve it
- Watch the points balance update
Many card options and service calls require a child_id or reward_id. The easiest way to find these:
- Go to Developer Tools → States
- Find
sensor.taskmate_overview - Expand the entity attributes
- Look in the
childrenarray foridvalues - Look in the
rewardsarray for reward IDs
IDs are 8-character alphanumeric strings, e.g. a8c8376a.
| Section | Cards |
|---|---|
| Chores | Child Card (Morning), Child Card (Afternoon), Child Card (Evening) |
| Rewards & Progress | Rewards Card, Streak Card |
| Section | Cards |
|---|---|
| At a Glance | Overview Card, Parent Dashboard Card |
| Points Management | Points Card, Approvals Card |
| History & Stats | Activity Card, Weekly Card, Leaderboard Card |
Tip: Use Section view for both dashboards — it groups related cards visually and handles responsive layout automatically.