mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 18:18:21 +00:00
Fix descriptions for template number fields (#149804)
This commit is contained in:
parent
8d68fee9f8
commit
d43f21c2e2
@ -278,10 +278,10 @@
|
||||
"data_description": {
|
||||
"device_id": "[%key:component::template::common::device_id_description%]",
|
||||
"state": "Template for the number's current value.",
|
||||
"step": "Template for the number's increment/decrement step.",
|
||||
"step": "Defines the number's increment/decrement step.",
|
||||
"set_value": "Defines actions to run when the number is set to a value. Receives variable `value`.",
|
||||
"max": "Template for the number's maximum value.",
|
||||
"min": "Template for the number's minimum value.",
|
||||
"max": "Defines the number's maximum value.",
|
||||
"min": "Defines the number's minimum value.",
|
||||
"unit_of_measurement": "Defines the unit of measurement of the number, if any."
|
||||
},
|
||||
"sections": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user