mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 14:43:52 +01:00
10 lines
280 B
JSON
10 lines
280 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",
|
|
"requirements": ["weatherflow4py==0.2.20"]
|
|
}
|