2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "google",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "Google Calendars",
|
2021-07-25 19:33:21 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2022-02-26 18:47:42 +00:00
|
|
|
"google-api-python-client==2.38.0",
|
2022-03-03 23:22:11 +00:00
|
|
|
"httplib2==0.20.4",
|
2022-01-13 13:04:52 +00:00
|
|
|
"oauth2client==4.1.3"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
2022-02-26 16:55:46 +00:00
|
|
|
"codeowners": ["@allenporter"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["googleapiclient"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|