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
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue