From 0437926db88c722c6ba6a7ebb28492f128c83423 Mon Sep 17 00:00:00 2001 From: Justas Date: Sat, 13 May 2023 21:03:20 +0300 Subject: [PATCH] Adding newly supported language codes to Google TTS (#93030) --- homeassistant/components/google_cloud/tts.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/homeassistant/components/google_cloud/tts.py b/homeassistant/components/google_cloud/tts.py index 0de580ef7b7..89da3433815 100644 --- a/homeassistant/components/google_cloud/tts.py +++ b/homeassistant/components/google_cloud/tts.py @@ -40,11 +40,14 @@ SUPPORTED_LANGUAGES = [ "en-US", "es-ES", "es-US", + "eu-ES", "fi-FI", "fil-PH", "fr-CA", "fr-FR", + "gl-ES", "gu-IN", + "he-IL", "hi-IN", "hu-HU", "id-ID", @@ -54,7 +57,9 @@ SUPPORTED_LANGUAGES = [ "kn-IN", "ko-KR", "lv-LV", + "lt-LT", "ml-IN", + "mr-IN", "ms-MY", "nb-NO", "nl-BE",