mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump volvooncall to 0.10.0 (#67918)
This commit is contained in:
parent
9f12ee7b2d
commit
cc11562fa2
@ -2,7 +2,7 @@
|
|||||||
"domain": "volvooncall",
|
"domain": "volvooncall",
|
||||||
"name": "Volvo On Call",
|
"name": "Volvo On Call",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
|
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
|
||||||
"requirements": ["volvooncall==0.9.1"],
|
"requirements": ["volvooncall==0.10.0"],
|
||||||
"codeowners": ["@molobrakos", "@decompil3d"],
|
"codeowners": ["@molobrakos", "@decompil3d"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["geopy", "hbmqtt", "volvooncall"]
|
"loggers": ["geopy", "hbmqtt", "volvooncall"]
|
||||||
|
@ -2380,7 +2380,7 @@ vilfo-api-client==0.3.2
|
|||||||
volkszaehler==0.2.1
|
volkszaehler==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.volvooncall
|
# homeassistant.components.volvooncall
|
||||||
volvooncall==0.9.1
|
volvooncall==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
vsure==1.7.3
|
vsure==1.7.3
|
||||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolve one!
|
# Update if a PR resolve one!
|
||||||
DEPENDENCY_CONFLICTS=5
|
DEPENDENCY_CONFLICTS=4
|
||||||
|
|
||||||
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