From c0ec7e4f090f7a02ab54423946a174a342dc8b72 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 24 Apr 2023 18:08:36 +0200 Subject: [PATCH] Remove wrong language from stt event (#16285) --- src/data/assist_pipeline.ts | 1 - .../config/voice-assistants/debug/assist-render-pipeline-run.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/data/assist_pipeline.ts b/src/data/assist_pipeline.ts index dacf917e33..3d1745d323 100644 --- a/src/data/assist_pipeline.ts +++ b/src/data/assist_pipeline.ts @@ -65,7 +65,6 @@ interface PipelineSTTStartEvent extends PipelineEventBase { type: "stt-start"; data: { engine: string; - language: string; metadata: SpeechMetadata; }; } diff --git a/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts b/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts index bc8e63781a..09832bc191 100644 --- a/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts +++ b/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts @@ -17,7 +17,6 @@ const RUN_DATA = { const STT_DATA = { engine: "Engine", - language: "Language", }; const INTENT_DATA = {