Trained Micro WakeWord's for Home Assistant Voice PE
Just a few I have trained to test out the new Home Assistant Voice Preview Edition.
Note this requires you to take control of the device in ESP home.
Add the following block with your chose wakeword .json file links that are found below.
micro_wake_word:
id: mww
microphone:
microphone: i2s_mics
channels: 1
gain_factor: 4
stop_after_detection: false
models:
- model: https://chris-potter.co.uk/content/files/2025/12/hey_emma.json
id: hey_emma##Bonus, if you want your voice assistant to respond on another mediaplayer, use this code.
Currently the output is repeated, but can be solved by plugging in a headphone jack to the voice assistant, I used https://amzn.to/4aCDU1m
voice_assistant:
on_tts_end:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.tab_90_wifi # <- change this to your media player
media_content_id: !lambda 'return x;'
media_content_type: music
announce: "true"