1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-16 02:02:21 +01:00

[api] add voice assistant announce to the api (#8395)

This commit is contained in:
Kevin Ahrendt
2025-03-12 19:35:10 -05:00
committed by GitHub
parent bd853e6883
commit 00000e0ea8
3 changed files with 29 additions and 0 deletions

View File

@@ -1567,6 +1567,8 @@ message VoiceAssistantAnnounceRequest {
string media_id = 1;
string text = 2;
string preannounce_media_id = 3;
bool start_conversation = 4;
}
message VoiceAssistantAnnounceFinished {