2019-02-06 03:31:15 +00:00
|
|
|
select_next:
|
|
|
|
description: Select the next options of an input select entity.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input select to select the next value for.
|
|
|
|
example: input_select.my_select
|
2019-02-06 03:31:15 +00:00
|
|
|
select_option:
|
|
|
|
description: Select an option of an input select entity.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input select to select the value.
|
|
|
|
example: input_select.my_select
|
|
|
|
option:
|
|
|
|
description: Option to be selected.
|
|
|
|
example: '"Item A"'
|
2019-02-06 03:31:15 +00:00
|
|
|
select_previous:
|
|
|
|
description: Select the previous options of an input select entity.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input select to select the previous value for.
|
|
|
|
example: input_select.my_select
|
2019-02-06 03:31:15 +00:00
|
|
|
set_options:
|
|
|
|
description: Set the options of an input select entity.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input select to set the new options for.
|
|
|
|
example: input_select.my_select
|
|
|
|
options:
|
|
|
|
description: Options for the input select entity.
|
|
|
|
example: '["Item A", "Item B", "Item C"]'
|
2019-12-09 20:15:32 +00:00
|
|
|
reload:
|
|
|
|
description: Reload the input_select configuration.
|