mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Bulgarian language added in Google Translate TTS (#51985)
* 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>
This commit is contained in:
parent
a10847bef3
commit
a5362542ad
@ -2,7 +2,7 @@
|
|||||||
"domain": "google_translate",
|
"domain": "google_translate",
|
||||||
"name": "Google Translate Text-to-Speech",
|
"name": "Google Translate Text-to-Speech",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
||||||
"requirements": ["gTTS==2.2.2"],
|
"requirements": ["gTTS==2.2.3"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
SUPPORT_LANGUAGES = [
|
SUPPORT_LANGUAGES = [
|
||||||
"af",
|
"af",
|
||||||
"ar",
|
"ar",
|
||||||
|
"bg",
|
||||||
"bn",
|
"bn",
|
||||||
"bs",
|
"bs",
|
||||||
"ca",
|
"ca",
|
||||||
|
@ -641,7 +641,7 @@ freesms==0.2.0
|
|||||||
fritzconnection==1.4.2
|
fritzconnection==1.4.2
|
||||||
|
|
||||||
# homeassistant.components.google_translate
|
# homeassistant.components.google_translate
|
||||||
gTTS==2.2.2
|
gTTS==2.2.3
|
||||||
|
|
||||||
# homeassistant.components.garages_amsterdam
|
# homeassistant.components.garages_amsterdam
|
||||||
garages-amsterdam==2.1.1
|
garages-amsterdam==2.1.1
|
||||||
|
@ -347,7 +347,7 @@ freebox-api==0.0.10
|
|||||||
fritzconnection==1.4.2
|
fritzconnection==1.4.2
|
||||||
|
|
||||||
# homeassistant.components.google_translate
|
# homeassistant.components.google_translate
|
||||||
gTTS==2.2.2
|
gTTS==2.2.3
|
||||||
|
|
||||||
# homeassistant.components.garages_amsterdam
|
# homeassistant.components.garages_amsterdam
|
||||||
garages-amsterdam==2.1.1
|
garages-amsterdam==2.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user