From 6d1e923b83325606364c18341f24e9a4038a2280 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 12 Oct 2023 16:10:14 +0200 Subject: [PATCH] Voice assistant dev: fix wake word continue (#18181) Start wake word when continue when wake word was used the previous run --- .../debug/assist-pipeline-run-debug.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts b/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts index 989ca6e4fc..7ba08a670a 100644 --- a/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts +++ b/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts @@ -119,11 +119,15 @@ export class AssistPipelineRunDebug extends LitElement { ` : this._finished - ? html` - + ? this._pipelineRuns[0].init_options!.start_stage === "wake_word" + ? html` + + Continue listening for wake word + + ` + : html` Continue talking - - ` + ` : html`