Notifications: correct tap-to-open default to /taskmate-admin, document value vetting
Notifications: document tap-to-open navigation (v5.0.2, #734)
docs: document 15 missing bus events, fix badge sensor id and stale counts
- Automations is the canonical event reference and was missing 15 of the 36
events TaskMate fires: the whole mandatory-miss set, allowance, family goal,
season champion, undo, and every v5.0.0 event (chore expired, roulette spun,
unlock started/ended, scheduled change applied, guest archived, read aloud).
Payload fields taken from each async_fire call.
- Achievement Badges and Sensor Reference gave the per-child badge sensor as
sensor.taskmate_badges_<child>. It is sensor.taskmate_<child>_badges.
- Notifications said the routing matrix has 6 built-in types; there are 15, and
its bus-event table listed only 11 of them.
- Notifications' migration section still pointed at the removed config flow.
- Chores had a note saying due days are set via the config flow, described
'Add Multiple Chores' rather than Bulk add, and its field table predated the
weather, scheduled-change and visibility sections.
- Visibility Operators Reference omitted the default None operator and the
attribute-matching fallback.
docs: correct outdated content a names-only check had missed
My first accuracy pass only verified that names resolve — services, card
types, websocket commands, events, counts. It proved nothing about whether the
prose was true, and reported the wiki as clean. It wasn't.
Settings: the chore roulette multiplier was documented as defaulting to 3.0.
DEFAULT_MULTIPLIER is 2.0. The 3.0 came from reading a value off the dev
instance rather than from the source, in the v5.0.0 wiki write-up. The range
was also given as "≥ 1.0", which is the backend clamp; the panel input allows
1.0–5.0.
Admin Panel: the page documents the panel section by section and had no
Insights section at all — the largest addition in v5.0.0 — and no Templates
section either. Both added, and parent-approval routing added to the
notification list.
Notifications: neither of the two v5.0.0 changes to this feature was
documented. Evidence photos now ride along with the approval push, but ONLY
for mobile_app.* services — the image travels in the companion app's push
payload, so a persistent notification or a bridge gets text only. That caveat
is now on both this page and Photo Proof. Multi-parent approval routing was
also missing from the body; the page only mentioned "routing" in the older
recipient-matrix sense, which is why a keyword check did not catch it.
Leaderboard Seasons: never mentioned that guests are excluded, though the card
filters !is_guest in two places.
Vacation Mode: never mentioned that guest archiving reuses this same
availability path.
docs: illustrate the wiki — 44 new screenshots across 59 pages
Image coverage goes from 6/71 pages to 65/71, and from 8 images to 52.
Captured from the live dev instance: every admin panel tab (including the
Audit tab, which only became reachable in the panel fix that accompanies
this), all four Insights reports, all 21 Lovelace cards, the five card design
styles side by side, and the Home Assistant surfaces the reference pages
describe — the integration entry, Developer Tools states, and the to-do lists.
Two things worth recording about how these were produced:
- Scaffolding data in the dev instance (I558 Step A, E2E Test Quest, E2E687
Cousin) would have looked unprofessional in a public wiki, so the capture
relabels it to realistic household chores. That relabelling happens on an
in-page copy of the state only — nothing is written back, and the dev
instance keeps its issue-reproduction data intact.
- Child-scoped cards pick the child who actually has chores outstanding,
otherwise half of them would have documented their own empty state.
The design-styles image was replaced rather than added: the previous one
showed four styles and predated Accessible, so its caption was wrong too.
Six pages are still text-only — Automations, FAQ, Services, Troubleshooting,
Visibility-Operators-Reference and Voice-Assistants. All six are reference
tables or prose where a screenshot would decorate rather than explain.
docs: v5.0.0 — thirteen new pages and reference updates
New feature pages: Weather-Aware Chores, Reactive Chores, Scheduled Config
Changes, Routine Mode, Chore Roulette, Timed Unlock Rewards, Insights,
Pre-Reader Mode, Read Aloud, Multi-Parent Approval Routing, Template Packs,
Printable Weekly Chart, Guest Child Profiles.
Updated: Home (index rows, Insights key concept, version 5.0.0),
Card Design Styles (fifth Accessible style), Dashboard Cards (21 cards,
Routine Card entry), Services (read_aloud, spin_roulette), Settings
(roulette, unlock allowlist, read-aloud templates, parent routing), and
cross-links from Chores, Rewards, Notifications, Photo Proof, Children
and Admin Panel.
docs: v4.4.4 — bonus sub-task undo, approval-notification auto-clearing, version bump
Document v4.4.0: allowance ledger, family goals, chore dependencies, leaderboard seasons, quiet hours, reminder escalation, monthly report, to-do lists, config number/select entities, voice intents, ICS subscription feed, blueprint pack, negative-balance policy, photo gallery card; add 9 pages; update Services/Settings/Sensors/Dashboard-Cards reference; bump index to 4.4.0 (20 cards)
docs: comprehensive v4.0.0 update — levels/XP, quests, challenges, avatars, celebrations, difficulty tiers, photo proof, vacation mode, swaps, points economy, gifting, audit log, backup/restore, weekly digest; update chores/rewards/notifications/admin/services/sensors/settings; reorganize Home index
docs: add Achievement Badges page, overhaul Notifications, update 6 pages for v3.9.3
New page:
- Achievement Badges — full coverage of tiers, built-in catalogue, custom badges,
criteria metrics, point bonuses, retroactive backfill, sensors, and services
Notifications overhaul (v3.9.0):
- Recipient matrix, parent recipients, per-recipient routing
- 6 built-in notification types with time-gating and actionable mobile callbacks
- Custom scheduled notifications with day masks
- Bus events (taskmate_* events) for power users
- Migration notes from pre-v3.9.0
Updated pages:
- Home: version 3.7.0 → 3.9.3, added badges to key concepts and quick links
- Admin Panel: added badge management and notification management sections,
updated comparison table
- Services: added all 6 badge services with parameters and examples
- Dashboard Cards: added Badges Card, elapsed_time_mode and show_badges on
Child Card, updated card count to 18
- Chores: documented unassigned assignment mode
- Sensor Reference: added per-child badge sensors
Complete wiki audit — document all remaining features, services, internals
Created Notifications (markdown)