So i checked and i can use wait with sentence trigger in automation.
Also i can trigger automation on sentence.
But can i do both? Trigger automation, and then inside of that automation wait for trigger on another sentence?
Looks like automation, that was triggered by sentence, "blocks" the satellite till the end of run, which basically prevents satellite from listening. Curious if it can be changed.
#Wait for trigger with sentence - tricky questions
1 messages · Page 1 of 1 (latest)
Not atm. But you can end the initial sentence-triggered automation (with a "follow-up question" response) and emit an event which another automation can be triggered by.
Hmm.
Will it say "okay"?
I think you can launch a script in a non-blocking way that will allow the automation to finish while the script is still waiting?
Is it possible? And still - wil automation say "okay" from the speaker?
https://www.home-assistant.io/integrations/script/#waiting-for-script-to-complete
You'll have to explore and see.