From fe1e57e76fd419a5eaed25ab6a779b2794984025 Mon Sep 17 00:00:00 2001 From: Carmen Sanchez <51202336+soundch3z@users.noreply.github.com> Date: Wed, 14 Apr 2021 11:00:32 +0200 Subject: [PATCH] Added Spanish US voice to Google Cloud TTS (#49200) See https://cloud.google.com/text-to-speech/docs/voices --- homeassistant/components/google_cloud/tts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/google_cloud/tts.py b/homeassistant/components/google_cloud/tts.py index b0ae28bf5b1..1d906ab4d20 100644 --- a/homeassistant/components/google_cloud/tts.py +++ b/homeassistant/components/google_cloud/tts.py @@ -37,6 +37,7 @@ SUPPORTED_LANGUAGES = [ "en-IN", "en-US", "es-ES", + "es-US", "fi-FI", "fil-PH", "fr-CA",