hass-core/homeassistant/components/google_translate/manifest.json
c0ffeeca7 c3a3ddcfa4
Standardize spelling of TTS and STT (#93857)
* 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>
2023-05-31 11:00:19 -04:00

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