mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
TTS and STT: standardize spelling (#16685)
This commit is contained in:
parent
3d6cfc4037
commit
bbdcc021d4
@ -200,7 +200,7 @@ export class AssistPipelineDebug extends LitElement {
|
||||
<ha-card>
|
||||
<div class="card-content">
|
||||
<div class="row heading">
|
||||
<span>Speech-to-Text</span>
|
||||
<span>Speech-to-text</span>
|
||||
${renderProgress(this.hass, this.pipelineRun, "stt")}
|
||||
</div>
|
||||
${this.pipelineRun.stt
|
||||
@ -274,7 +274,7 @@ export class AssistPipelineDebug extends LitElement {
|
||||
<ha-card>
|
||||
<div class="card-content">
|
||||
<div class="row heading">
|
||||
<span>Text-to-Speech</span>
|
||||
<span>Text-to-speech</span>
|
||||
${renderProgress(this.hass, this.pipelineRun, "tts")}
|
||||
</div>
|
||||
${this.pipelineRun.tts
|
||||
|
Loading…
x
Reference in New Issue
Block a user