mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"domain": "trend",
|
|
"name": "Trend",
|
|
"codeowners": ["@jpbede"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/trend",
|
|
"integration_type": "helper",
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal",
|
|
"requirements": ["numpy==2.3.0"]
|
|
}
|