mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
* Add Google Tasks integration * Update tests and unique id * Revert devcontainer change * Increase test coverage * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Remove ternary * Fix JSON --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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"]
|
|
}
|