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",