mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
More voice assistant fixes (#5547)
This commit is contained in:
@@ -287,6 +287,7 @@ void VoiceAssistant::loop() {
|
||||
}
|
||||
}
|
||||
if (this->wait_for_stream_end_) {
|
||||
this->cancel_timeout("playing");
|
||||
break; // We dont want to timeout here as the STREAM_END event will take care of that.
|
||||
}
|
||||
playing = this->speaker_->is_running();
|
||||
|
||||
Reference in New Issue
Block a user