Tips & Tricks: Apply a Penalty for Overdue Chore - ad-ha/kidschores-ha GitHub Wiki

πŸ’‘ 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 KidsChores 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 kidschores.apply_penalty service.
πŸ“ Step 3: Specify the penalty name (must match a penalty already set in your configuration).

πŸ’‘ Why This is Useful?
βœ… Encourages kids to complete chores on time.
βœ… Fully automatedβ€”no need to manually apply penalties.
βœ… Works seamlessly with existing chore tracking in Home Assistant.