My ideal end-state is:
- Press button
- Say item name (e.g. beans)
- Item is added to a Todoist shopping list
- Voice assistant confirms action
I have setup an Atom Echo as per the tutorial. This works as a Home Assistant voice assistant meaning I can control my smart home using the default conversation agent.
I’m looking for ideas how I can make this single purpose device accept whatever is said as an item for the shopping list without negatively impacting any other use cases with other voice assistants. What I mean to say is, I don’t want to assume all wildcard inputs across all voice assistants are items for the shopping list.
My idea was to inject a custom sentence phrase before the input from this device e.g. sending through ‘add2basket beans’ to the default conversation assistant. However I don’t know how to inject this phrase in.
Any thoughts?