mirror of https://github.com/home-assistant/core
12 lines
342 B
JSON
12 lines
342 B
JSON
{
|
|
"domain": "weatherflow",
|
|
"name": "WeatherFlow",
|
|
"codeowners": ["@natekspencer", "@jeeftor"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/weatherflow",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pyweatherflowudp"],
|
|
"requirements": ["pyweatherflowudp==1.4.5"]
|
|
}
|