mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
Add yue language support to Google Translate TTS (#134480)
This commit is contained in:
parent
4a33b1d936
commit
8e28b7b49b
@ -88,6 +88,7 @@ SUPPORT_LANGUAGES = [
|
|||||||
"uk",
|
"uk",
|
||||||
"ur",
|
"ur",
|
||||||
"vi",
|
"vi",
|
||||||
|
"yue",
|
||||||
# dialects
|
# dialects
|
||||||
"zh-CN",
|
"zh-CN",
|
||||||
"zh-cn",
|
"zh-cn",
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["gtts"],
|
"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
|
fyta_cli==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.google_translate
|
# homeassistant.components.google_translate
|
||||||
gTTS==2.2.4
|
gTTS==2.5.3
|
||||||
|
|
||||||
# homeassistant.components.gardena_bluetooth
|
# homeassistant.components.gardena_bluetooth
|
||||||
gardena-bluetooth==1.5.0
|
gardena-bluetooth==1.5.0
|
||||||
|
@ -812,7 +812,7 @@ fritzconnection[qr]==1.14.0
|
|||||||
fyta_cli==0.7.0
|
fyta_cli==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.google_translate
|
# homeassistant.components.google_translate
|
||||||
gTTS==2.2.4
|
gTTS==2.5.3
|
||||||
|
|
||||||
# homeassistant.components.gardena_bluetooth
|
# homeassistant.components.gardena_bluetooth
|
||||||
gardena-bluetooth==1.5.0
|
gardena-bluetooth==1.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user