Notify Multiple Devices #179
|
I'm trying to figure out how I can set up a completed task to notify both a phone and iPad on task completion. Any help would be appreciated. |
Replies: 2 comments 1 reply
|
This wiki link below is to use the ntfy service, but the concepts to create an automation that fires and sends a notification based on a specific chore status would probably do what you are looking for. https://github.com/ccpk1/ChoreOps/wiki/Tips-&-Tricks%3A-Send-ChoreOps-Alerts-to-ntfy |
|
Depending on your situation and needs, you could also consider creating a notification group in home assistant. I'm not 100% sure it would work for things like action buttons and other features, but it would work for normal notifications at a minimum. Pretty easy to test, and here is a good link: https://community.home-assistant.io/t/group-notify/837196/3 |
Thanks for the tip. Yeah seems like an automation would be simplest way, just wanted to make sure I wasn't missing a built in solution