mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"domain": "google_translate",
|
|
"name": "Google Translate text-to-speech",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["gtts"],
|
|
"requirements": ["gTTS==2.5.4"]
|
|
}
|