mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Fix Google translate TTS by bumping gTTS from 2.2.1 to 2.2.2 (#46110)
This commit is contained in:
parent
87c36d6b6b
commit
a23e05d1f6
@ -2,6 +2,6 @@
|
||||
"domain": "google_translate",
|
||||
"name": "Google Translate Text-to-Speech",
|
||||
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
||||
"requirements": ["gTTS==2.2.1"],
|
||||
"requirements": ["gTTS==2.2.2"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
@ -622,7 +622,7 @@ freesms==0.1.2
|
||||
fritzconnection==1.4.0
|
||||
|
||||
# homeassistant.components.google_translate
|
||||
gTTS==2.2.1
|
||||
gTTS==2.2.2
|
||||
|
||||
# homeassistant.components.garmin_connect
|
||||
garminconnect==0.1.16
|
||||
|
@ -319,7 +319,7 @@ freebox-api==0.0.9
|
||||
fritzconnection==1.4.0
|
||||
|
||||
# homeassistant.components.google_translate
|
||||
gTTS==2.2.1
|
||||
gTTS==2.2.2
|
||||
|
||||
# homeassistant.components.garmin_connect
|
||||
garminconnect==0.1.16
|
||||
|
Loading…
x
Reference in New Issue
Block a user