Skip to content

Commit

Permalink
Update descriptions for the To-do List Chore Notifications Blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
birdwing committed May 29, 2024
1 parent 946323b commit 799146d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Here is a list of each of my blueprints, a quick description, an import link for
### πŸ”” To-do List Chore Notifications

This is an automation Blueprint that generates actionable notifications from a Home Assistant To-do list.
These actionable notifications are sent every day at the time you specify, through the notify service that you enter.
**Actions will still work even after Home Assistant is restarted!**
These actionable notifications are sent every day at the time you specify, to the devices that you select.
It will generate 1 notification for each passed due item, with the ability to mark the item as completed right from the notification.
Once an item is marked completed the notification is cleared from *all devices* that it was sent to. That way everyone knows it was done.
There is also an optional *When chore is completed* actions section. This allows you to define actions to run when any chore is marked complete (from the notification). There is also a variable called "todo_item" which holds the name of the completed action. Using this variable along with conditions it is possible to run different actions based on the name of the completed chore.

[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2Fbirdwing%2FHA_Blueprints%2Fblob%2Fmain%2Fautomations%2Fto-do_chore_notifications%2Fto-do_chore_notifications.yaml)
Expand Down
16 changes: 16 additions & 0 deletions automations/to-do_chore_notifications/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# πŸ”” To-do List Chore Notifications
[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2Fbirdwing%2FHA_Blueprints%2Fblob%2Fmain%2Fautomations%2Fto-do_chore_notifications%2Fto-do_chore_notifications.yaml)

## πŸ““ Description

### Create Actionable Notifications from a Home Assistant To-do List!
This blueprint does not use *Wait* triggers, so that means that all notification actions **will still work even after Home Assistant is restarted**!

Notifications are sent every day at the time you specify in *Notification Time*.
They are sent to the every device you specify in *Devices to Notify*.
It will generate 1 notification for each passed due item, with the ability to mark the item as completed right from the notification!

### When a Task is Marked Complete (from the notification):
- The notifications will be **cleared from all devices it was sent to**!
This way, if a task is marked as done noone has a notification telling them to complete it.
- Through the **When chore is completed.** actions you can specify any actions you would like to happen after a task is marked as done.

[View Some Example Use Cases](#-when-chore-is-completed---custom-actions-after-task-is-marked-done)

## πŸ“— F.A.Q

### 1. What to-do / task tracking integrations work with this Blueprint?
Expand Down

0 comments on commit 799146d

Please sign in to comment.