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

38 lines
1.8 KiB
JSON

{
"config": {
"error": {
"need_lower_upper": "Lower and upper limits can't both be empty"
},
"step": {
"user": {
"data": {
"entity_id": "Input sensor",
"hysteresis": "Hysteresis",
"lower": "Lower limit",
"name": "Name",
"upper": "Upper limit"
},
"description": "Create a binary sensor that turns on and off depending on the value of a sensor\n\nOnly lower limit configured - Turn on when the input sensor's value is less than the lower limit.\nOnly upper limit configured - Turn on when the input sensor's value is greater than the upper limit.\nBoth lower and upper limit configured - Turn on when the input sensor's value is in the range [lower limit .. upper limit].",
"title": "Add Threshold Sensor"
}
}
},
"options": {
"error": {
"need_lower_upper": "Lower and upper limits can't both be empty"
},
"step": {
"init": {
"data": {
"entity_id": "Input sensor",
"hysteresis": "Hysteresis",
"lower": "Lower limit",
"name": "Name",
"upper": "Upper limit"
},
"description": "Only lower limit configured - Turn on when the input sensor's value is less than the lower limit.\nOnly upper limit configured - Turn on when the input sensor's value is greater than the upper limit.\nBoth lower and upper limit configured - Turn on when the input sensor's value is in the range [lower limit .. upper limit]."
}
}
},
"title": "Threshold Sensor"
}