core/homeassistant/components/google/manifest.json

14 lines
352 B
JSON

{
"domain": "google",
"name": "Google Calendars",
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
"requirements": [
"google-api-python-client==2.38.0",
"httplib2==0.20.4",
"oauth2client==4.1.3"
],
"codeowners": ["@allenporter"],
"iot_class": "cloud_polling",
"loggers": ["googleapiclient"]
}