Skip to content

Tips & Tricks: Apply a Penalty for Overdue Chore

ccpk1 edited this page Mar 2, 2026 · 4 revisions

💡 Tips & Tricks: Automatically Apply a Penalty for Overdue Chore

Want to enforce responsibility when a chore isn't completed on time? Set up an automation to apply a penalty whenever a chore becomes Overdue.

🔹 How It Works:

  • Create an automation triggered when a specific chore's state changes to Overdue.
  • Call the apply_penalty service and specify the penalty name (must be pre-defined in ChoreOps settings).

📌 Example Setup: image image

🛠 Step 1: Create an automation triggered by a chore reaching the "Overdue" state. ⚙️ Step 2: Add an action to call the choreops.apply_penalty service. 📝 Step 3: Specify the penalty name (must match a penalty already set in your configuration).

💡 Why This is Useful? ✅ Encourages users to complete chores on time. ✅ Fully automated—no need to manually apply penalties. ✅ Works seamlessly with existing chore tracking in Home Assistant.

Clone this wiki locally