* 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>
9 lines
269 B
JSON
9 lines
269 B
JSON
{
|
|
"domain": "google_translate",
|
|
"name": "Google Translate Text-to-Speech",
|
|
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
|
"requirements": ["gTTS==2.2.4"],
|
|
"codeowners": [],
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["gtts"]
|
|
}
|