core/homeassistant/components/todoist/manifest.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.2"]
}