hass-core/homeassistant/components/google_translate/manifest.json
leranp 668e0c19a2
Bump gTTS to 2.2.4 ()
* 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>
2022-03-15 19:23:39 +02:00

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"]
}