Files
core/homeassistant/components/trend/manifest.json
T
2026-08-28 20:05:36 +02:00

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"]
}