mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Remove wrong language from stt event (#16285)
This commit is contained in:
parent
8b61390e19
commit
c0ec7e4f09
@ -65,7 +65,6 @@ interface PipelineSTTStartEvent extends PipelineEventBase {
|
||||
type: "stt-start";
|
||||
data: {
|
||||
engine: string;
|
||||
language: string;
|
||||
metadata: SpeechMetadata;
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,6 @@ const RUN_DATA = {
|
||||
|
||||
const STT_DATA = {
|
||||
engine: "Engine",
|
||||
language: "Language",
|
||||
};
|
||||
|
||||
const INTENT_DATA = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user