mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Add integration_type service to todoist (#163668)
This commit is contained in:
committed by
GitHub
parent
3c1b7ada9a
commit
cd26901386
@@ -4,6 +4,7 @@
|
||||
"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"]
|
||||
|
||||
@@ -7066,7 +7066,7 @@
|
||||
},
|
||||
"todoist": {
|
||||
"name": "Todoist",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user