mirror of https://github.com/home-assistant/core
11 lines
338 B
JSON
11 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.3.0"]
|
|
}
|