2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "google",
|
|
|
|
"name": "Google",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/google",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
|
|
|
"google-api-python-client==1.6.4",
|
|
|
|
"httplib2==0.10.3",
|
|
|
|
"oauth2client==4.0.0"
|
|
|
|
],
|
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": []
|
|
|
|
}
|