1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/weatherflow_cloud/manifest.json
2026-03-30 10:54:17 +02:00

12 lines
341 B
JSON

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