From db6bd22fc98e53a91e5b4967a7f4d3a44ba0cc88 Mon Sep 17 00:00:00 2001 From: hung2kgithub <73251414+hung2kgithub@users.noreply.github.com> Date: Fri, 1 Jan 2021 08:59:42 +0800 Subject: [PATCH] Add Chinese (Hong Kong) to Google Cloud TTS (#44689) --- 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 69b276fc75f..6ffa3a9acd1 100644 --- a/homeassistant/components/google_cloud/tts.py +++ b/homeassistant/components/google_cloud/tts.py @@ -25,6 +25,7 @@ CONF_TEXT_TYPE = "text_type" SUPPORTED_LANGUAGES = [ "ar-XA", "bn-IN", + "yue-HK", "cmn-CN", "cmn-TW", "cs-CZ",