mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 06:28:31 +00:00
* Upgrade aioazuredevops to 2.0.0 * Refactor Azure DevOps config flow to use async_get_clientsession * Wrap conditional in parentesis
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.0.0"]
|
|
}
|