mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 11:57:05 +00:00
13 lines
408 B
JSON
13 lines
408 B
JSON
{
|
|
"domain": "google",
|
|
"name": "Google Calendar",
|
|
"codeowners": ["@allenporter"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/google",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["googleapiclient"],
|
|
"requirements": ["gcal-sync==8.0.0", "oauth2client==4.1.3", "ical==12.1.3"]
|
|
}
|