1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add integration_type service to azure_devops (#158856)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:18:35 +01:00
committed by GitHub
parent e87c260df7
commit d7d7954ac2
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@timmo001"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/azure_devops",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aioazuredevops"],
"requirements": ["aioazuredevops==2.2.2"]

View File

@@ -3988,7 +3988,7 @@
"name": "Azure Data Explorer"
},
"azure_devops": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling",
"name": "Azure DevOps"