2022-03-28 07:39:54 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"entity_ids": "Input entities",
|
|
|
|
"name": "Name",
|
|
|
|
"round_digits": "Precision",
|
|
|
|
"type": "Statistic characteristic"
|
|
|
|
},
|
2022-04-04 15:55:09 +00:00
|
|
|
"data_description": {
|
|
|
|
"round_digits": "Controls the number of decimal digits in the output when the statistics characteristic is mean or median."
|
|
|
|
},
|
|
|
|
"description": "Create a sensor that calculates a min, max, mean or median value from a list of input sensors.",
|
|
|
|
"title": "Add min / max / mean / median sensor"
|
2022-03-28 07:39:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
2022-04-04 15:55:09 +00:00
|
|
|
"init": {
|
2022-03-28 07:39:54 +00:00
|
|
|
"data": {
|
|
|
|
"entity_ids": "Input entities",
|
|
|
|
"round_digits": "Precision",
|
|
|
|
"type": "Statistic characteristic"
|
|
|
|
},
|
2022-04-04 15:55:09 +00:00
|
|
|
"data_description": {
|
|
|
|
"round_digits": "Controls the number of decimal digits in the output when the statistics characteristic is mean or median."
|
|
|
|
}
|
2022-03-28 07:39:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"title": "Min / max / mean / median sensor"
|
|
|
|
}
|