Keep Assist microphone open between follow-up turns for multi-step conversations on iOS #3451
Unanswered
bulldoguk
asked this question in
iOS & macOS
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
I’m testing multi-turn Assist flows in the Home Assistant iOS app, and I’d like the microphone to remain active between turns when the Home Assistant backend indicates the conversation should continue.
Use cases
I am using a custom shopping-list Assist flow in Home Assistant. The backend starts a capture mode and responds with a follow-up prompt such as:
"Okay. What's the first shopping item?"
After each item it responds with another follow-up prompt such as:
"Added bananas. What's the next shopping item?"
On the Home Assistant side, the conversation is intentionally multi-turn and requests continuation, but in the iOS app I still have to tap the microphone again after every response.
Desired behavior:
When the Assist response indicates the conversation should continue, the iOS app should offer a way to keep listening automatically for the next utterance instead of closing the microphone after each turn.
Example flow:
Why this matters:
This would make multi-turn Assist flows much more usable on mobile for shopping lists, note capture, task entry, and other guided dialogs. The backend already knows when it wants to continue; the current limitation appears to be in the mobile app UX.
Possible implementation ideas:
If helpful, I can provide a reproducible Home Assistant-side example using a shopping-list capture workflow.
Examples
No response
Anything else?
Device / platform:
Beta Was this translation helpful? Give feedback.
All reactions