From 8aa672882af6e5db495c76a146b321cd9dc13935 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 8 Sep 2025 17:59:18 +0200 Subject: [PATCH] Replace "STT" with "Speech-to-Text" in `google_cloud` UI (#151918) --- homeassistant/components/google_cloud/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/google_cloud/strings.json b/homeassistant/components/google_cloud/strings.json index 3bf9d8c84898..4b3ffa1c0123 100644 --- a/homeassistant/components/google_cloud/strings.json +++ b/homeassistant/components/google_cloud/strings.json @@ -25,7 +25,7 @@ "gain": "Default volume gain (in dB) of the voice", "profiles": "Default audio profiles", "text_type": "Default text type", - "stt_model": "STT model" + "stt_model": "Speech-to-Text model" } } }