If I create an automation that plays two media files as its action (one local and one google text to speech), with a trigger in between them to wait for the speaker to become idle before playing the second one, it works great. Plays both files just right.
However, if I move all of that inside of a repeat action with, say, a count of two, it plays the first file twice, then the second file once. I tried adding a delay after the first file but that didn’t help.
Have I found a bug? How can I make it repeat both files in order?