Hi,
I’m using two different wake words for two assistants. Can I set up unique notification sounds for each one, or am I limited to just one sound file (wake_word_triggered_sound_file)?
where? and did you mean the response start
sound?
I mean the HA Voice PE sound after the trigger word is spoken - in the YAML file defined as wake_word_triggered_sound_file (one times).
In newer HA versions I am able to configure two trigger words and I am using this to switch between two different assistants.
Yes, you can get the wakeword name (from json)
on_wake_word_detected (Optional, Automation): An automation to perform when the wake word is detected. The wake_word phrase from the model manifest is provided as a std::string to any actions in this automation.
and choose the wake-up sound based on that.