Skip to content

Commit

Permalink
Meteofrance fix 24244 (#24315)
Browse files Browse the repository at this point in the history
* Update meteofrance package version

Fix #24244

* Add code owner to manifest

* Update CODEOWNERS
  • Loading branch information
victorcerutti authored and cgarwood committed Jun 6, 2019
1 parent 96a51d1 commit 859ae2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ homeassistant/components/mcp23017/* @jardiamj
homeassistant/components/mediaroom/* @dgomes
homeassistant/components/melissa/* @kennedyshead
homeassistant/components/met/* @danielhiversen
homeassistant/components/meteo_france/* @victorcerutti
homeassistant/components/meteoalarm/* @rolfberkenbosch
homeassistant/components/miflora/* @danielhiversen @ChristianKuehnel
homeassistant/components/mill/* @danielhiversen
Expand Down
6 changes: 4 additions & 2 deletions homeassistant/components/meteo_france/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"name": "Meteo france",
"documentation": "https://www.home-assistant.io/components/meteo_france",
"requirements": [
"meteofrance==0.3.4"
"meteofrance==0.3.7"
],
"dependencies": [],
"codeowners": []
"codeowners": [
"@victorcerutti"
]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ messagebird==1.2.0
meteoalertapi==0.1.3

# homeassistant.components.meteo_france
meteofrance==0.3.4
meteofrance==0.3.7

# homeassistant.components.mfi
mficlient==0.3.0
Expand Down

0 comments on commit 859ae2f

Please sign in to comment.