Skip to content

Commit

Permalink
Add success flag to VoiceAssistantAnnounceFinished
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Sep 9, 2024
1 parent 890df0d commit 81ba5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esphome/components/voice_assistant/voice_assistant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ void VoiceAssistant::loop() {
this->set_state_(State::IDLE, State::IDLE);

api::VoiceAssistantAnnounceFinished msg;
msg.success = true;
this->api_client_->send_voice_assistant_announce_finished(msg);
});
}
Expand Down

0 comments on commit 81ba5c6

Please sign in to comment.