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_penaltyservice and specify the penalty name (must be pre-defined in KidsChores settings).
π Example Setup:
π 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.