Bump `aioambient` to 2023.04.0 (#90991)

This commit is contained in:
Aaron Bach 2023-04-06 23:22:27 -06:00 committed by GitHub
parent fabfc59dfb
commit 175f38b68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -7,5 +7,5 @@
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["aioambient"],
"requirements": ["aioambient==2022.10.0"]
"requirements": ["aioambient==2023.04.0"]
}

View File

@ -119,7 +119,7 @@ aioairq==0.2.4
aioairzone==0.5.2
# homeassistant.components.ambient_station
aioambient==2022.10.0
aioambient==2023.04.0
# homeassistant.components.aseko_pool_live
aioaseko==0.0.2

View File

@ -109,7 +109,7 @@ aioairq==0.2.4
aioairzone==0.5.2
# homeassistant.components.ambient_station
aioambient==2022.10.0
aioambient==2023.04.0
# homeassistant.components.aseko_pool_live
aioaseko==0.0.2

View File

@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolves one!
DEPENDENCY_CONFLICTS=4
DEPENDENCY_CONFLICTS=3
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)