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

28 lines
937 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"entity_ids": "Input entities",
"name": "Name",
"round_digits": "Precision",
"type": "Statistic characteristic"
},
"description": "Precision controls the number of decimal digits when the statistics characteristic is mean or median."
}
}
},
"options": {
"step": {
"options": {
"data": {
"entity_ids": "Input entities",
"round_digits": "Precision",
"type": "Statistic characteristic"
},
"description": "Precision controls the number of decimal digits when the statistics characteristic is mean or median."
}
}
},
"title": "Min / max / mean / median sensor"
}