mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update aioazuredevops to 2.2.1 (#124788)
* Update aioazuredevops to 2.2.1 * Update test
This commit is contained in:
parent
bdd3aa8e39
commit
731aaaafe2
@ -6,7 +6,7 @@ import logging
|
|||||||
from typing import Final
|
from typing import Final
|
||||||
|
|
||||||
from aioazuredevops.client import DevOpsClient
|
from aioazuredevops.client import DevOpsClient
|
||||||
from aioazuredevops.models.builds import Build
|
from aioazuredevops.models.build import Build
|
||||||
from aioazuredevops.models.core import Project
|
from aioazuredevops.models.core import Project
|
||||||
import aiohttp
|
import aiohttp
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
|
|
||||||
from aioazuredevops.models.builds import Build
|
from aioazuredevops.models.build import Build
|
||||||
from aioazuredevops.models.core import Project
|
from aioazuredevops.models.core import Project
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/azure_devops",
|
"documentation": "https://www.home-assistant.io/integrations/azure_devops",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["aioazuredevops"],
|
"loggers": ["aioazuredevops"],
|
||||||
"requirements": ["aioazuredevops==2.1.1"]
|
"requirements": ["aioazuredevops==2.2.1"]
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ from datetime import datetime
|
|||||||
import logging
|
import logging
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
from aioazuredevops.models.builds import Build
|
from aioazuredevops.models.build import Build
|
||||||
|
|
||||||
from homeassistant.components.sensor import (
|
from homeassistant.components.sensor import (
|
||||||
SensorDeviceClass,
|
SensorDeviceClass,
|
||||||
|
@ -201,7 +201,7 @@ aioasuswrt==1.4.0
|
|||||||
aioautomower==2024.8.0
|
aioautomower==2024.8.0
|
||||||
|
|
||||||
# homeassistant.components.azure_devops
|
# homeassistant.components.azure_devops
|
||||||
aioazuredevops==2.1.1
|
aioazuredevops==2.2.1
|
||||||
|
|
||||||
# homeassistant.components.baf
|
# homeassistant.components.baf
|
||||||
aiobafi6==0.9.0
|
aiobafi6==0.9.0
|
||||||
|
@ -189,7 +189,7 @@ aioasuswrt==1.4.0
|
|||||||
aioautomower==2024.8.0
|
aioautomower==2024.8.0
|
||||||
|
|
||||||
# homeassistant.components.azure_devops
|
# homeassistant.components.azure_devops
|
||||||
aioazuredevops==2.1.1
|
aioazuredevops==2.2.1
|
||||||
|
|
||||||
# homeassistant.components.baf
|
# homeassistant.components.baf
|
||||||
aiobafi6==0.9.0
|
aiobafi6==0.9.0
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from typing import Final
|
from typing import Final
|
||||||
|
|
||||||
from aioazuredevops.models.builds import Build, BuildDefinition
|
from aioazuredevops.models.build import Build, BuildDefinition
|
||||||
from aioazuredevops.models.core import Project
|
from aioazuredevops.models.core import Project
|
||||||
|
|
||||||
from homeassistant.components.azure_devops.const import CONF_ORG, CONF_PAT, CONF_PROJECT
|
from homeassistant.components.azure_devops.const import CONF_ORG, CONF_PAT, CONF_PROJECT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user