mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Correct template select docs (#20055)
This commit is contained in:
parent
5f6341018a
commit
6f5276a6a3
@ -178,7 +178,7 @@ number:
|
|||||||
description: Template for the number's current value.
|
description: Template for the number's current value.
|
||||||
required: true
|
required: true
|
||||||
type: template
|
type: template
|
||||||
description: Defines an action to run when the number value changes. The variable `value` will contain the number entered.
|
description: Defines actions to run when the number value changes. The variable `value` will contain the number entered.
|
||||||
required: true
|
required: true
|
||||||
type: action
|
type: action
|
||||||
step:
|
step:
|
||||||
@ -210,11 +210,11 @@ select:
|
|||||||
required: true
|
required: true
|
||||||
type: template
|
type: template
|
||||||
select_option:
|
select_option:
|
||||||
description: Defines an action to run to select an option from the `options` list.
|
description: Defines actions to run to select an option from the `options` list. The variable `option` will contain the option selected.
|
||||||
required: true
|
required: true
|
||||||
type: action
|
type: action
|
||||||
options:
|
options:
|
||||||
description: Template for the select's available options. The variable `option` will contain the option selected.
|
description: Template for the select's available options.
|
||||||
required: true
|
required: true
|
||||||
type: template
|
type: template
|
||||||
optimistic:
|
optimistic:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user