mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 09:41:51 +00:00
* Rename google/tts.py to google_translate/tts.py * Move config migration before load config file Migrate default config google tts to google_translate tts * Revert change in process component config * Fix tests
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"domain": "google",
|
|
"name": "Google",
|
|
"documentation": "https://www.home-assistant.io/components/google",
|
|
"requirements": [
|
|
"google-api-python-client==1.6.4",
|
|
"httplib2==0.10.3",
|
|
"oauth2client==4.0.0"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
}
|