mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add variable names for number and select (#19232)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
parent
c1db649683
commit
6ea3373878
@ -179,7 +179,7 @@ number:
|
||||
required: true
|
||||
type: template
|
||||
set_value:
|
||||
description: Defines an action to run when the number value changes.
|
||||
description: Defines an action to run when the number value changes. The variable `value` will contain the number entered.
|
||||
required: true
|
||||
type: action
|
||||
step:
|
||||
@ -215,7 +215,7 @@ select:
|
||||
required: true
|
||||
type: action
|
||||
options:
|
||||
description: Template for the select's available options.
|
||||
description: Template for the select's available options. The variable `option` will contain the option selected.
|
||||
required: true
|
||||
type: template
|
||||
optimistic:
|
||||
|
Loading…
x
Reference in New Issue
Block a user