mirror of https://github.com/home-assistant/core
12 lines
374 B
JSON
12 lines
374 B
JSON
{
|
|
"domain": "google",
|
|
"name": "Google Calendar",
|
|
"codeowners": ["@allenporter"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/google",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["googleapiclient"],
|
|
"requirements": ["gcal-sync==6.2.0", "oauth2client==4.1.3", "ical==8.2.0"]
|
|
}
|