mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Voice assistant dev: fix wake word continue (#18181)
Start wake word when continue when wake word was used the previous run
This commit is contained in:
parent
2c743b7b56
commit
6d1e923b83
@ -119,11 +119,15 @@ export class AssistPipelineRunDebug extends LitElement {
|
||||
</ha-button>
|
||||
`
|
||||
: this._finished
|
||||
? html`
|
||||
<ha-button @click=${this._runAudioPipeline}>
|
||||
? this._pipelineRuns[0].init_options!.start_stage === "wake_word"
|
||||
? html`
|
||||
<ha-button @click=${this._runAudioWakeWordPipeline}>
|
||||
Continue listening for wake word
|
||||
</ha-button>
|
||||
`
|
||||
: html`<ha-button @click=${this._runAudioPipeline}>
|
||||
Continue talking
|
||||
</ha-button>
|
||||
`
|
||||
</ha-button>`
|
||||
: html`
|
||||
<ha-formfield label="Continue conversation">
|
||||
<ha-checkbox
|
||||
|
Loading…
x
Reference in New Issue
Block a user