mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
12 lines
313 B
JSON
12 lines
313 B
JSON
{
|
|
"domain": "todoist",
|
|
"name": "Todoist",
|
|
"codeowners": ["@boralyl"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/todoist",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["todoist"],
|
|
"requirements": ["todoist-api-python==3.1.0"]
|
|
}
|