mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
Co-authored-by: Allen Porter <allen@thebends.org> Co-authored-by: J. Diego Rodríguez Royo <jdrr1998@hotmail.com>
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
"domain": "todoist",
|
|
"name": "Todoist",
|
|
"codeowners": ["@boralyl"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/todoist",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["todoist"],
|
|
"requirements": ["todoist-api-python==2.1.7"]
|
|
}
|