Meteofrance fix 24244 (#24315)
* Update meteofrance package version Fix https://github.com/home-assistant/home-assistant/issues/24244 * Add code owner to manifest * Update CODEOWNERS
This commit is contained in:
parent
96a51d16a7
commit
859ae2fbad
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue