From 37a07acce0c8f96c518944ee0205a6036f632c00 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:16:31 +0200 Subject: [PATCH] Adding newly supported language codes to Google TTS (#58607) --- homeassistant/components/google_cloud/tts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/google_cloud/tts.py b/homeassistant/components/google_cloud/tts.py index af4e6771795..f402e2a7a06 100644 --- a/homeassistant/components/google_cloud/tts.py +++ b/homeassistant/components/google_cloud/tts.py @@ -55,8 +55,11 @@ SUPPORTED_LANGUAGES = [ "ko-KR", "lv-LV", "ml-IN", + "ms-MY", "nb-NO", + "nl-BE", "nl-NL", + "pa-IN", "pl-PL", "pt-BR", "pt-PT", -- GitLab