mirror of https://github.com/home-assistant/core
11 lines
302 B
JSON
11 lines
302 B
JSON
{
|
|
"domain": "meteoclimatic",
|
|
"name": "Meteoclimatic",
|
|
"codeowners": ["@adrianmo"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/meteoclimatic",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["meteoclimatic"],
|
|
"requirements": ["pymeteoclimatic==0.1.0"]
|
|
}
|