Alright, so my wife and I have a few apps that are really terrible about letting us know when we have a new message(s). Or we turn off notifications from that app because their notifications are all-or-nothing and we hate the dozens of pushy notifications they send each day. So I set up buttons I called "Ping" buttons found in a Ping subview in a dashboard (They all call a corresponding script). But, I thought it might be easier if we could ask Home Assistant to ping other person.
But, I really don't want to set up 5 different triggers for each app.
I'd rather have one trigger with the sentence similar to
tell my wife to check her {app_name}
and for whatever is said in {app_name} to determine which choice of actions is run. So if I say "tell my wife to check her snapchat", it'll run a script that sends her a notification to check her snapchat.
I've been trying to read up on intent, custom sentences, and custom responses and such, but so much of it gives complex examples I don't quite understand or talk about files that don't pre-exist in my files. And when I mention lists in searches, I get results about to-do lists which have nothing to do with what I'm trying to do.
(slightly related, I also re-did setting the lights to certain colors just so the assistant would respond with "as you wish").
Can I get a super beginner's guide on setting such wildcard words? Or whatever it takes to set this up correctly?