Bump accuweather library (#50573)
parent
de5472403b
commit
4c68518b18
|
@ -2,7 +2,7 @@
|
||||||
"domain": "accuweather",
|
"domain": "accuweather",
|
||||||
"name": "AccuWeather",
|
"name": "AccuWeather",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/accuweather/",
|
"documentation": "https://www.home-assistant.io/integrations/accuweather/",
|
||||||
"requirements": ["accuweather==0.1.1"],
|
"requirements": ["accuweather==0.2.0"],
|
||||||
"codeowners": ["@bieniu"],
|
"codeowners": ["@bieniu"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
|
|
|
@ -93,7 +93,7 @@ WazeRouteCalculator==0.12
|
||||||
abodepy==1.2.0
|
abodepy==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.accuweather
|
# homeassistant.components.accuweather
|
||||||
accuweather==0.1.1
|
accuweather==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.bmp280
|
# homeassistant.components.bmp280
|
||||||
adafruit-circuitpython-bmp280==3.1.1
|
adafruit-circuitpython-bmp280==3.1.1
|
||||||
|
|
|
@ -45,7 +45,7 @@ WazeRouteCalculator==0.12
|
||||||
abodepy==1.2.0
|
abodepy==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.accuweather
|
# homeassistant.components.accuweather
|
||||||
accuweather==0.1.1
|
accuweather==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.androidtv
|
# homeassistant.components.androidtv
|
||||||
adb-shell[async]==0.3.1
|
adb-shell[async]==0.3.1
|
||||||
|
|
Loading…
Reference in New Issue