core/homeassistant/components/google_translate/manifest.json

13 lines
255 B
JSON
Raw Normal View History

{
"domain": "google_translate",
"name": "Google Translate",
"documentation": "https://www.home-assistant.io/components/google_translate",
"requirements": [
"gTTS-token==1.1.3"
],
"dependencies": [],
"codeowners": [
"@awarecan"
]
}