* Add config flow to trend * Remove device_class from options flow * Add min_samples and import step to config flow * Fix import * Fixing tests and some cleanup * remove unneeded usefixtures * Apply code review suggestions * Re-add YAML support * Re-add reload service * Fix import * Apply code review suggestions * Add test coverage for yaml setup --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
11 lines
295 B
JSON
11 lines
295 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==1.26.0"]
|
|
}
|