core/homeassistant/components/weatherflow_cloud/manifest.json

11 lines
312 B
JSON

{
"domain": "weatherflow_cloud",
"name": "WeatherflowCloud",
"codeowners": ["@jeeftor"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/weatherflow_cloud",
"iot_class": "cloud_polling",
"loggers": ["weatherflow4py"],
"requirements": ["weatherflow4py==1.0.6"]
}