hass-core/homeassistant/components/select/services.yaml
Franck Nijhof 7021daf9fb
Migrate select services to support translations (#96411)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-12 18:55:22 +02:00

40 lines
538 B
YAML

select_first:
target:
entity:
domain: select
select_last:
target:
entity:
domain: select
select_next:
target:
entity:
domain: select
fields:
cycle:
default: true
selector:
boolean:
select_option:
target:
entity:
domain: select
fields:
option:
required: true
example: '"Item A"'
selector:
text:
select_previous:
target:
entity:
domain: select
fields:
cycle:
default: true
selector:
boolean: