Files
core/homeassistant/components/google/manifest.json
T
Jason Hu 308d1fbba0 Rename google/tts.py to google_translate/tts.py (#23090)
* 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
2019-04-16 14:27:07 -07:00

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