core/homeassistant/components/meteo_france/manifest.json

11 lines
338 B
JSON
Raw Normal View History

{
"domain": "meteo_france",
"name": "M\u00e9t\u00e9o-France",
2023-02-08 19:38:43 +00:00
"codeowners": ["@hacf-fr", "@oncleben31", "@Quentame"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/meteo_france",
"iot_class": "cloud_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["meteofrance_api"],
2023-02-22 19:16:22 +00:00
"requirements": ["meteofrance-api==1.2.0"]
}