In the case my house state is holiday or away I want to send pushover messages in the case of a breach; One of my 6 motion sensors gets tripped or one of my 7 door sensors get tripped.
If I want a generic message it’s easy; I will just use the sensors group (or groups) and send myself generic message. However I want a specific message based on the door or zone that is breached.
Now I can make 13 different automations (one for each sensor) but I would love to do this in one or two automations.
You can have one automation with all of the sensors listed as entity_id’s in the trigger. Trigger’s info is available within the automation. Use each sensor as a trigger.
Use a condition to make it so that the automation only proceeds when you’re away or the holiday state is true.
Some examples of using trigger info in automations: