I am trying to get the Home Assistant Voice hardware setup. I have it integrated and I am able to wake the device vis Hey Nabu and give it a command. The lights on the front flash like its thinking but it never responds. I can ask it to start a 1 minute timer, the LED ring starts to count down and after 1 minute, the device does sound an audible alarm. But no voice ever says anything.
I then ran a test action, the device actually did audible speak those words.
action: tts.speak
metadata: {}
data:
cache: true
language: en_US
media_player_entity_id: media_player.home_assistant_voice_09e6a4_media_player
message: Test Announcement
target:
entity_id: tts.piper
I am struggling to find the issue, any help would be greatly appreciated.