2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "google",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "Google Calendars",
|
2022-03-15 06:51:02 +00:00
|
|
|
"config_flow": true,
|
2022-05-14 17:27:47 +00:00
|
|
|
"dependencies": ["application_credentials"],
|
2021-07-25 19:33:21 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
|
2022-05-15 17:33:46 +00:00
|
|
|
"requirements": ["gcal-sync==0.8.0", "oauth2client==4.1.3"],
|
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
|
|
|
}
|