hass-core/homeassistant/components/input_select/services.yaml
Franck Nijhof d6771e6f8a
Migrate input helpers services to support translations (#96392)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-12 17:12:22 +02:00

53 lines
764 B
YAML

select_next:
target:
entity:
domain: input_select
fields:
cycle:
default: true
selector:
boolean:
select_option:
target:
entity:
domain: input_select
fields:
option:
required: true
example: '"Item A"'
selector:
text:
select_previous:
target:
entity:
domain: input_select
fields:
cycle:
default: true
selector:
boolean:
select_first:
target:
entity:
domain: input_select
select_last:
target:
entity:
domain: input_select
set_options:
target:
entity:
domain: input_select
fields:
options:
required: true
example: '["Item A", "Item B", "Item C"]'
selector:
object:
reload: