Skip to content

Commit d43f21c

Browse files
authored
Fix descriptions for template number fields (home-assistant#149804)
1 parent 8d68fee commit d43f21c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/template/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@
278278
"data_description": {
279279
"device_id": "[%key:component::template::common::device_id_description%]",
280280
"state": "Template for the number's current value.",
281-
"step": "Template for the number's increment/decrement step.",
281+
"step": "Defines the number's increment/decrement step.",
282282
"set_value": "Defines actions to run when the number is set to a value. Receives variable `value`.",
283-
"max": "Template for the number's maximum value.",
284-
"min": "Template for the number's minimum value.",
283+
"max": "Defines the number's maximum value.",
284+
"min": "Defines the number's minimum value.",
285285
"unit_of_measurement": "Defines the unit of measurement of the number, if any."
286286
},
287287
"sections": {

0 commit comments

Comments
 (0)