Add yue language support to Google Translate TTS (#134480)
parent
4a33b1d936
commit
8e28b7b49b
|
@ -88,6 +88,7 @@ SUPPORT_LANGUAGES = [
|
|||
"uk",
|
||||
"ur",
|
||||
"vi",
|
||||
"yue",
|
||||
# dialects
|
||||
"zh-CN",
|
||||
"zh-cn",
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue