Add yue language support to Google Translate TTS (#134480)

pull/130196/head
beginner2047 2025-01-09 11:16:54 +00:00 committed by GitHub
parent 4a33b1d936
commit 8e28b7b49b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -88,6 +88,7 @@ SUPPORT_LANGUAGES = [
"uk",
"ur",
"vi",
"yue",
# dialects
"zh-CN",
"zh-cn",

View File

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/google_translate",
"iot_class": "cloud_push",
"loggers": ["gtts"],
"requirements": ["gTTS==2.2.4"]
"requirements": ["gTTS==2.5.3"]
}

View File

@ -959,7 +959,7 @@ fritzconnection[qr]==1.14.0
fyta_cli==0.7.0
# homeassistant.components.google_translate
gTTS==2.2.4
gTTS==2.5.3
# homeassistant.components.gardena_bluetooth
gardena-bluetooth==1.5.0

View File

@ -812,7 +812,7 @@ fritzconnection[qr]==1.14.0
fyta_cli==0.7.0
# homeassistant.components.google_translate
gTTS==2.2.4
gTTS==2.5.3
# homeassistant.components.gardena_bluetooth
gardena-bluetooth==1.5.0