Bump Météo-France to 1.1.0 (#80255)
This commit is contained in:
parent
757df213e0
commit
3379e14417
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "M\u00e9t\u00e9o-France",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/meteo_france",
|
||||
"requirements": ["meteofrance-api==1.0.2"],
|
||||
"requirements": ["meteofrance-api==1.1.0"],
|
||||
"codeowners": ["@hacf-fr", "@oncleben31", "@Quentame"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["meteofrance_api"]
|
||||
|
|
|
@ -1072,7 +1072,7 @@ messagebird==1.2.0
|
|||
meteoalertapi==0.3.0
|
||||
|
||||
# homeassistant.components.meteo_france
|
||||
meteofrance-api==1.0.2
|
||||
meteofrance-api==1.1.0
|
||||
|
||||
# homeassistant.components.mfi
|
||||
mficlient==0.3.0
|
||||
|
|
|
@ -774,7 +774,7 @@ meater-python==0.0.8
|
|||
melnor-bluetooth==0.0.20
|
||||
|
||||
# homeassistant.components.meteo_france
|
||||
meteofrance-api==1.0.2
|
||||
meteofrance-api==1.1.0
|
||||
|
||||
# homeassistant.components.mfi
|
||||
mficlient==0.3.0
|
||||
|
|
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||
|
||||
# Number of existing dependency conflicts
|
||||
# Update if a PR resolve one!
|
||||
DEPENDENCY_CONFLICTS=4
|
||||
DEPENDENCY_CONFLICTS=3
|
||||
|
||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||
|
|
Loading…
Add table
Reference in a new issue