2019-02-06 03:31:15 +00:00
|
|
|
select_next:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Next
|
|
|
|
description: Select the next options of an input select entity.
|
2021-02-18 11:23:30 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: input_select
|
2019-02-06 03:31:15 +00:00
|
|
|
fields:
|
2021-01-27 10:17:59 +00:00
|
|
|
cycle:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Cycle
|
|
|
|
description: If the option should cycle from the last to the first.
|
|
|
|
default: true
|
|
|
|
selector:
|
|
|
|
boolean:
|
|
|
|
|
2019-02-06 03:31:15 +00:00
|
|
|
select_option:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Select
|
|
|
|
description: Select an option of an input select entity.
|
2021-02-18 11:23:30 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: input_select
|
2019-02-06 03:31:15 +00:00
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
option:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Option
|
2020-04-05 15:27:16 +00:00
|
|
|
description: Option to be selected.
|
2021-02-18 11:23:30 +00:00
|
|
|
required: true
|
2020-04-05 15:27:16 +00:00
|
|
|
example: '"Item A"'
|
2021-02-18 11:23:30 +00:00
|
|
|
selector:
|
|
|
|
text:
|
|
|
|
|
2019-02-06 03:31:15 +00:00
|
|
|
select_previous:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Previous
|
|
|
|
description: Select the previous options of an input select entity.
|
2021-02-18 11:23:30 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: input_select
|
2019-02-06 03:31:15 +00:00
|
|
|
fields:
|
2021-01-27 10:17:59 +00:00
|
|
|
cycle:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Cycle
|
|
|
|
description: If the option should cycle from the first to the last.
|
|
|
|
default: true
|
|
|
|
selector:
|
|
|
|
boolean:
|
|
|
|
|
2021-01-27 10:17:59 +00:00
|
|
|
select_first:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: First
|
|
|
|
description: Select the first option of an input select entity.
|
2021-02-18 11:23:30 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: input_select
|
2021-02-18 11:23:30 +00:00
|
|
|
|
2021-01-27 10:17:59 +00:00
|
|
|
select_last:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Last
|
|
|
|
description: Select the last option of an input select entity.
|
2021-02-18 11:23:30 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: input_select
|
2021-02-18 11:23:30 +00:00
|
|
|
|
2019-02-06 03:31:15 +00:00
|
|
|
set_options:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Set options
|
|
|
|
description: Set the options of an input select entity.
|
2021-02-18 11:23:30 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: input_select
|
2019-02-06 03:31:15 +00:00
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
options:
|
2021-02-18 11:23:30 +00:00
|
|
|
name: Options
|
2020-04-05 15:27:16 +00:00
|
|
|
description: Options for the input select entity.
|
2021-02-18 11:23:30 +00:00
|
|
|
required: true
|
2020-04-05 15:27:16 +00:00
|
|
|
example: '["Item A", "Item B", "Item C"]'
|
2021-02-18 11:23:30 +00:00
|
|
|
selector:
|
|
|
|
object:
|
|
|
|
|
2019-12-09 20:15:32 +00:00
|
|
|
reload:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Reload
|
2019-12-09 20:15:32 +00:00
|
|
|
description: Reload the input_select configuration.
|