1
0
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:
Joost Lekkerkerker
2026-02-20 19:46:51 +01:00
committed by GitHub
parent 3c1b7ada9a
commit cd26901386
2 changed files with 2 additions and 1 deletions
@@ -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"]
+1 -1
View File
@@ -7066,7 +7066,7 @@
},
"todoist": {
"name": "Todoist",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},