I am working on trying to wrap all of this into one, but I don't know if it will be possible. I have two power monitoring plugs that determine the "Dreamstation Status" and "Wheelchair Charger Status". The wheelchair charger plug is turned on when the Dreamstation status goes to "Running". If the wheelchair doesn't go to status "Charging" within 5 minutes I want a push notification and a Alexa Announcement to inform me of this. I think I have that part working, but not certain yet because I don't know if both triggers using the same Dreamstation Status of Running can function how I have it configured with mode: single at the same time.
The even more difficult part for me thus far has been the Actionable push notifications. I have a separate automation that has tested sending them and getting the event responses, but I don't know how to accomplish what I want in here. I want the Wheelchair Status Check piece to repeat sending the alert via push and Alexa announcement every 5 minutes until either the "Wheelchair ChargerStatus" changes to "Charging" or the push notification response Disables the repeat or Snoozes it for 15 minutes. I was able to do something similar in NodeRed but I want to try and do it in the HA Automations.
Any help is greatly appreciated. This is a pretty in depth one so just dumping the whole YAML code thus far.