core/homeassistant/components/google_translate/manifest.json

11 lines
292 B
JSON
Raw Normal View History

{
"domain": "google_translate",
"name": "Google Translate text-to-speech",
"codeowners": [],
"config_flow": true,
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/google_translate",
"iot_class": "cloud_push",
2023-02-08 19:27:05 +00:00
"loggers": ["gtts"],
"requirements": ["gTTS==2.2.4"]
}