Bulgarian language added in Google Translate TTS ()

* Added Bulgarian language

Bulgarian language is supported by Google Translate TTS and by gTTS library. Tested all lockally and it works perfect.
https://github.com/pndurette/gTTS

* Bulgarian language added in v2.2.3

* Run script.gen_requirements_all

Co-authored-by: Franck Nijhof <git@frenck.dev>
pull/51407/head
Hristo Atanasov 2021-06-27 21:55:36 +03:00 committed by GitHub
parent a10847bef3
commit a5362542ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "google_translate",
"name": "Google Translate Text-to-Speech",
"documentation": "https://www.home-assistant.io/integrations/google_translate",
"requirements": ["gTTS==2.2.2"],
"requirements": ["gTTS==2.2.3"],
"codeowners": [],
"iot_class": "cloud_push"
}

View File

@ -12,6 +12,7 @@ _LOGGER = logging.getLogger(__name__)
SUPPORT_LANGUAGES = [
"af",
"ar",
"bg",
"bn",
"bs",
"ca",

View File

@ -641,7 +641,7 @@ freesms==0.2.0
fritzconnection==1.4.2
# homeassistant.components.google_translate
gTTS==2.2.2
gTTS==2.2.3
# homeassistant.components.garages_amsterdam
garages-amsterdam==2.1.1

View File

@ -347,7 +347,7 @@ freebox-api==0.0.10
fritzconnection==1.4.2
# homeassistant.components.google_translate
gTTS==2.2.2
gTTS==2.2.3
# homeassistant.components.garages_amsterdam
garages-amsterdam==2.1.1