diff --git a/homeassistant/components/google_cloud/tts.py b/homeassistant/components/google_cloud/tts.py index 6721520d130..96bd9e93919 100644 --- a/homeassistant/components/google_cloud/tts.py +++ b/homeassistant/components/google_cloud/tts.py @@ -22,6 +22,9 @@ CONF_GAIN = "gain" CONF_PROFILES = "profiles" SUPPORTED_LANGUAGES = [ + "ar-XA", + "bn-IN", + "cmn-CN", "cs-CZ", "da-DK", "de-DE", @@ -35,12 +38,15 @@ SUPPORTED_LANGUAGES = [ "fil-PH", "fr-CA", "fr-FR", + "gu-IN", "hi-IN", "hu-HU", "id-ID", "it-IT", "ja-JP", + "kn-IN", "ko-KR", + "ml-IN", "nb-NO", "nl-NL", "pl-PL", @@ -49,6 +55,9 @@ SUPPORTED_LANGUAGES = [ "ru-RU", "sk-SK", "sv-SE", + "ta-IN", + "te-IN", + "th-TH", "tr-TR", "uk-UA", "vi-VN",