Skip to content

Commit 90c181b

Browse files
committed
Move intent progress to 100
1 parent f716db5 commit 90c181b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aioesphomeapi/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,9 +1641,9 @@ enum VoiceAssistantEvent {
16411641
VOICE_ASSISTANT_WAKE_WORD_END = 10;
16421642
VOICE_ASSISTANT_STT_VAD_START = 11;
16431643
VOICE_ASSISTANT_STT_VAD_END = 12;
1644-
VOICE_ASSISTANT_INTENT_PROGRESS = 13;
16451644
VOICE_ASSISTANT_TTS_STREAM_START = 98;
16461645
VOICE_ASSISTANT_TTS_STREAM_END = 99;
1646+
VOICE_ASSISTANT_INTENT_PROGRESS = 100;
16471647
}
16481648

16491649
message VoiceAssistantEventData {

aioesphomeapi/api_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aioesphomeapi/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,9 +1409,9 @@ class VoiceAssistantEventType(APIIntEnum):
14091409
VOICE_ASSISTANT_WAKE_WORD_END = 10
14101410
VOICE_ASSISTANT_STT_VAD_START = 11
14111411
VOICE_ASSISTANT_STT_VAD_END = 12
1412-
VOICE_ASSISTANT_INTENT_PROGRESS = 13
14131412
VOICE_ASSISTANT_TTS_STREAM_START = 98
14141413
VOICE_ASSISTANT_TTS_STREAM_END = 99
1414+
VOICE_ASSISTANT_INTENT_PROGRESS = 100
14151415

14161416

14171417
class VoiceAssistantTimerEventType(APIIntEnum):

0 commit comments

Comments
 (0)