Skip to content

Releases: qlerup/chores4kids

v1.1.1

Choose a tag to compare

@qlerup qlerup released this 10 Nov 23:04
7ce711a

🚀 New: Task Categories — Sync Integration Card - v1.1.1

  • ➕ Create categories on the card
  • ✅ Assign categories to tasks
  • 🔤 Sort tasks by category (A–Z / Z–A)

Why: Faster triage, clearer grouping, consistent taxonomy. ⚡📚
Notes: No breaking changes. 🎉

v1.1.0

Choose a tag to compare

@qlerup qlerup released this 08 Nov 18:47
6ecc612

✨ Update - v1.1.0

  • ✅ Ready for all the new Lovelace card features 🎴⚙️🚀✨

v1.0.5

Choose a tag to compare

@qlerup qlerup released this 30 Oct 21:59
7edcf7c

Chores4Kids – Task Editing Fix - v1.0.5🚀

🔧 Fix: Users couldn’t edit tasks — now edits save correctly. ✅
🙌 No action needed. No data or config changes.

#changelog

  • 🔧 Fix: Task editing restored.

v1.0.4

Choose a tag to compare

@qlerup qlerup released this 19 Oct 13:59
bc94936

v1.0.4 — Clear shop purchase history 🧹🛍️

New

  • Added service chores4kids.clear_shop_history to remove all entries from the reward shop purchase history.
  • Non‑destructive: children, tasks, and shop items remain untouched.
  • No breaking changes or schema updates.

How to use

  • Home Assistant → Developer Tools → Services → select chores4kids.clear_shop_historyCall Service.
  • The Lovelace card updates automatically after the service call; if needed, refresh the view.

v1.0.3

Choose a tag to compare

@qlerup qlerup released this 19 Oct 13:22
1ba6063

v1.0.3 — HACS install fix (ZIP-struktur)

Fixes

  • ZIP-struktur rettet til flat root (ingen custom_components/-mappe inde i zip).
    Dette gør, at HACS nu udpakker filerne korrekt til
    /config/custom_components/chores4kids/ og integrationen vises i Add integration.
  • Workflow opdateret med sanity checks, så fejlagtig struktur fanges før upload.

HACS

  • hacs.json uændret: zip_release: true, filename: chores4kids.zip.

Hvis du har haft den forkerte sti

  • Slet mappen: /config/custom_components/chores4kids
  • I HACS → Settings → Clear download cache
  • Installer v1.0.3 igen og genstart Home Assistant

v1.0.2

Choose a tag to compare

@qlerup qlerup released this 19 Oct 13:08
53054ba

v1.0.2 — Config flow & HACS install fix

Added

  • Bundles config_flow.py so the integration now appears under Settings → Devices & Services → Add integration → Chores4Kids.

Fixes

  • Packaging corrected: release asset chores4kids.zip contains the proper layout (custom_components/chores4kids/...), required by HACS.

Notes

  • If you installed v1.0.0/1.0.1 and still see issues, open HACS → Settings → Clear download cache, then install v1.0.2 and restart Home Assistant.

No functional changes beyond packaging/flow inclusion.

v1.0.1

Choose a tag to compare

@qlerup qlerup released this 19 Oct 12:51
cd94180

v1.0.1 — HACS install fix

Fixes

  • Korrigeret hacs.jsonzip_release: true, filename: chores4kids.zip.
  • Release-workflow uploader nu en fast asset chores4kids.zip (krævet af HACS) + en versioneret zip.
  • Kun versionsbump i manifest.json. Ingen funktionsændringer.

Install

  • HACS → Integrations → Chores4Kids Sync → Download v1.0.1.
  • Genstart Home Assistant efter installation.

Hvis du stadig ser “Unknown error”

  • HACS → Integrations → Chores4Kids Sync → ⋯ → Redownload; eller
  • HACS → Settings → Clear download cache, prøv igen.

v1.0.0

Choose a tag to compare

@qlerup qlerup released this 19 Oct 12:31
0d29b5e

v1.0.0 — Initial release

First public release of Chores4Kids Sync (Home Assistant integration).

Highlights

  • Domain: chores4kids · config_flow: true · iot_class: local_push
  • Platform: sensor (per-child points sensors)
  • Services: add_child, rename_child, remove_child, add_task, assign_task, set_task_status, approve_task, delete_task, set_task_repeat, set_task_icon, reset_points, add_points, purge_orphans
  • Repeat/auto-assign: plan weekly repeats and default assignees
  • 100% local — no cloud, no telemetry

Required UI