mirror of https://github.com/home-assistant/core
11 lines
327 B
JSON
11 lines
327 B
JSON
{
|
|
"domain": "google_tasks",
|
|
"name": "Google Tasks",
|
|
"codeowners": ["@allenporter"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/google_tasks",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["google-api-python-client==2.71.0"]
|
|
}
|