core/homeassistant/components/min_max/translations/en.json

34 lines
1.2 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"entity_ids": "Input entities",
"name": "Name",
"round_digits": "Precision",
"type": "Statistic characteristic"
},
"data_description": {
"round_digits": "Controls the number of decimal digits in the output when the statistics characteristic is mean, median or sum."
},
"description": "Create a sensor that calculates a min, max, mean, median or sum from a list of input sensors.",
"title": "Combine the state of several sensors"
}
}
},
"options": {
"step": {
"init": {
"data": {
"entity_ids": "Input entities",
"round_digits": "Precision",
"type": "Statistic characteristic"
},
"data_description": {
"round_digits": "Controls the number of decimal digits in the output when the statistics characteristic is mean, median or sum."
}
}
}
},
"title": "Combine the state of several sensors"
}