mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
12 lines
360 B
JSON
12 lines
360 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",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["google-api-python-client==2.71.0"]
|
|
}
|