diff --git a/src/panels/config/voice-assistants/debug/assist-pipeline-debug.ts b/src/panels/config/voice-assistants/debug/assist-pipeline-debug.ts index e75f3a230f..9fb7782474 100644 --- a/src/panels/config/voice-assistants/debug/assist-pipeline-debug.ts +++ b/src/panels/config/voice-assistants/debug/assist-pipeline-debug.ts @@ -35,6 +35,8 @@ export class AssistPipelineDebug extends LitElement { @state() private _events?: PipelineRunEvent[]; + private _unsubRefreshEventsID?: number; + protected render() { return html` { + this._fetchEvents(); + }, 2000); } }