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:
committed by
GitHub
parent
e87c260df7
commit
d7d7954ac2
@@ -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"]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user