hass-core/homeassistant/components/meteo_france/manifest.json
2023-02-22 20:16:22 +01:00

10 lines
338 B
JSON

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