mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump aioambient
to 2023.04.0 (#90991)
This commit is contained in:
parent
7f5f286648
commit
804270a797
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aioambient"],
|
"loggers": ["aioambient"],
|
||||||
"requirements": ["aioambient==2022.10.0"]
|
"requirements": ["aioambient==2023.04.0"]
|
||||||
}
|
}
|
||||||
|
@ -119,7 +119,7 @@ aioairq==0.2.4
|
|||||||
aioairzone==0.5.2
|
aioairzone==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
aioambient==2022.10.0
|
aioambient==2023.04.0
|
||||||
|
|
||||||
# homeassistant.components.aseko_pool_live
|
# homeassistant.components.aseko_pool_live
|
||||||
aioaseko==0.0.2
|
aioaseko==0.0.2
|
||||||
|
@ -109,7 +109,7 @@ aioairq==0.2.4
|
|||||||
aioairzone==0.5.2
|
aioairzone==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
aioambient==2022.10.0
|
aioambient==2023.04.0
|
||||||
|
|
||||||
# homeassistant.components.aseko_pool_live
|
# homeassistant.components.aseko_pool_live
|
||||||
aioaseko==0.0.2
|
aioaseko==0.0.2
|
||||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolves one!
|
# Update if a PR resolves one!
|
||||||
DEPENDENCY_CONFLICTS=4
|
DEPENDENCY_CONFLICTS=3
|
||||||
|
|
||||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user