* Standardize spelling of TTS and STT * Apply suggestions from code review * Update homeassistant/components/tts/media_source.py --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
9 lines
269 B
JSON
9 lines
269 B
JSON
{
|
|
"domain": "google_translate",
|
|
"name": "Google Translate text-to-speech",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["gtts"],
|
|
"requirements": ["gTTS==2.2.4"]
|
|
}
|