mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
Bump gTTS to 2.2.4 (#68180)
* Update gTTS to 2.2.4 * ADD Hebrew language * Update requirements_all.txt * Update requirements_test_all.txt Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
@@ -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.3"],
|
||||
"requirements": ["gTTS==2.2.4"],
|
||||
"codeowners": [],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["gtts"]
|
||||
|
@@ -35,6 +35,7 @@ SUPPORT_LANGUAGES = [
|
||||
"id",
|
||||
"is",
|
||||
"it",
|
||||
"iw",
|
||||
"ja",
|
||||
"jw",
|
||||
"km",
|
||||
|
@@ -670,7 +670,7 @@ freesms==0.2.0
|
||||
fritzconnection==1.8.0
|
||||
|
||||
# homeassistant.components.google_translate
|
||||
gTTS==2.2.3
|
||||
gTTS==2.2.4
|
||||
|
||||
# homeassistant.components.garages_amsterdam
|
||||
garages-amsterdam==3.0.0
|
||||
|
@@ -456,7 +456,7 @@ freebox-api==0.0.10
|
||||
fritzconnection==1.8.0
|
||||
|
||||
# homeassistant.components.google_translate
|
||||
gTTS==2.2.3
|
||||
gTTS==2.2.4
|
||||
|
||||
# homeassistant.components.garages_amsterdam
|
||||
garages-amsterdam==3.0.0
|
||||
|
Reference in New Issue
Block a user