Skip to content

Commit

Permalink
Change "Add …" to "Create …" for consistency (#131199)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Nov 21, 2024
1 parent 96849f2 commit f64c81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/threshold/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"config": {
"step": {
"user": {
"title": "Add Threshold Sensor",
"title": "Create Threshold Sensor",
"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].",
"data": {
"entity_id": "Input sensor",
Expand Down

0 comments on commit f64c81b

Please sign in to comment.