From 0fe3d6ea8183a2513e0255b4ef88e4d0a167df5d Mon Sep 17 00:00:00 2001 From: cristian-vescan Date: Fri, 29 Jan 2021 21:02:04 +0200 Subject: [PATCH] Added Romanian voice to Google Cloud TTS (#45704) See https://cloud.google.com/text-to-speech/docs/voices --- 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 6ffa3a9acd1..b0ae28bf5b1 100644 --- a/homeassistant/components/google_cloud/tts.py +++ b/homeassistant/components/google_cloud/tts.py @@ -55,6 +55,7 @@ SUPPORTED_LANGUAGES = [ "pl-PL", "pt-BR", "pt-PT", + "ro-RO", "ru-RU", "sk-SK", "sv-SE",