mirror of https://github.com/home-assistant/core
11 lines
299 B
JSON
11 lines
299 B
JSON
{
|
|
"domain": "azure_devops",
|
|
"name": "Azure DevOps",
|
|
"codeowners": ["@timmo001"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/azure_devops",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aioazuredevops"],
|
|
"requirements": ["aioazuredevops==2.2.1"]
|
|
}
|