core/homeassistant/components/google_translate/manifest.json

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