core/homeassistant/components/meteo_france/manifest.json

11 lines
338 B
JSON
Raw Normal View History

{
"domain": "meteo_france",
"name": "M\u00e9t\u00e9o-France",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/meteo_france",
2022-10-13 17:31:59 +00:00
"requirements": ["meteofrance-api==1.1.0"],
"codeowners": ["@hacf-fr", "@oncleben31", "@Quentame"],
"iot_class": "cloud_polling",
"loggers": ["meteofrance_api"]
}