I have two different assist pipelines (one for each language).
I also have a Voice Assistant Preview Edition.
The PE lets me select different wakewords, but only lets me select a single assist pipeline.
I looked into the ESPHome YAML (yes, I already reflashed my device with my own customizations), but I can’t seem to find anything that would indicate support for triggering different pipelines based on the wakeword. The component micro_wake_word
, as per the YAML, only seems to support a single active wakeword. Same for the component voice_assistant
. They aren’t lists — each is a single dictionary.
Can I get a heads up here on how this could be accomplished?