59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
select_next:
|
|
description: Select the next options of an input select entity
|
|
target:
|
|
fields:
|
|
cycle:
|
|
name: Cycle
|
|
description: If the option should cycle from the last to the first.
|
|
default: true
|
|
example: true
|
|
selector:
|
|
boolean:
|
|
|
|
select_option:
|
|
description: Select an option of an input select entity
|
|
target:
|
|
fields:
|
|
option:
|
|
name: Option
|
|
description: Option to be selected.
|
|
required: true
|
|
example: '"Item A"'
|
|
selector:
|
|
text:
|
|
|
|
select_previous:
|
|
description: Select the previous options of an input select entity
|
|
target:
|
|
fields:
|
|
cycle:
|
|
name: Cycle
|
|
description: If the option should cycle from the first to the last.
|
|
default: true
|
|
example: true
|
|
selector:
|
|
boolean:
|
|
|
|
select_first:
|
|
description: Select the first option of an input select entity
|
|
target:
|
|
|
|
select_last:
|
|
description: Select the last option of an input select entity
|
|
target:
|
|
|
|
set_options:
|
|
description: Set the options of an input select entity
|
|
target:
|
|
fields:
|
|
options:
|
|
name: Options
|
|
description: Options for the input select entity.
|
|
required: true
|
|
example: '["Item A", "Item B", "Item C"]'
|
|
selector:
|
|
object:
|
|
|
|
reload:
|
|
description: Reload the input_select configuration.
|