1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-08 08:27:18 +01:00
Files
core/homeassistant/components/google/manifest.json
T
2022-09-28 18:02:32 +02:00

12 lines
370 B
JSON

{
"domain": "google",
"name": "Google Calendar",
"config_flow": true,
"dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
"requirements": ["gcal-sync==0.10.0", "oauth2client==4.1.3"],
"codeowners": ["@allenporter"],
"iot_class": "cloud_polling",
"loggers": ["googleapiclient"]
}