1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

Add wake word phrase to voice assistant start command (#6290)

This commit is contained in:
Jesse Hills
2024-03-06 07:41:18 +13:00
committed by GitHub
parent 96446446b2
commit 01fc0578bd
7 changed files with 30 additions and 2 deletions

View File

@@ -1450,6 +1450,7 @@ message VoiceAssistantRequest {
string conversation_id = 2;
uint32 flags = 3;
VoiceAssistantAudioSettings audio_settings = 4;
string wake_word_phrase = 5;
}
message VoiceAssistantResponse {