core/homeassistant/components/meteo_france/manifest.json

14 lines
287 B
JSON

{
"domain": "meteo_france",
"name": "Météo-France",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/meteo_france",
"requirements": [
"meteofrance-api==0.1.1"
],
"codeowners": [
"@hacf-fr",
"@oncleben31",
"@Quentame"
]
}