hass-core/homeassistant/components/todoist/manifest.json
Allen Porter 183b77973f
Add configuration flow to Todoist integration (#100094)
* Add config flow to todoist

* Fix service calls for todoist

* Fix configuration entry test setup

* Bump test coverage to 100%

* Apply pr feedback
2023-09-11 22:56:08 -07:00

10 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"]
}