2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "google",
|
2022-09-28 16:02:32 +00:00
|
|
|
"name": "Google Calendar",
|
2022-03-15 06:51:02 +00:00
|
|
|
"config_flow": true,
|
2022-08-25 13:33:05 +00:00
|
|
|
"dependencies": ["application_credentials"],
|
2021-07-25 19:33:21 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
|
2022-12-04 22:16:51 +00:00
|
|
|
"requirements": ["gcal-sync==4.0.4", "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
|
|
|
}
|