core/homeassistant/components/google/manifest.json

13 lines
303 B
JSON

{
"domain": "google",
"name": "Google Calendars",
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
"requirements": [
"google-api-python-client==1.6.4",
"httplib2==0.19.0",
"oauth2client==4.0.0"
],
"codeowners": [],
"iot_class": "cloud_polling"
}