core/homeassistant/components/weatherflow/manifest.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"]
}