mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"domain": "trend",
|
|
"name": "Trend",
|
|
"after_dependencies": ["sensor", "counter"],
|
|
"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.2"]
|
|
}
|