1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
core/homeassistant/components/select/services.yaml
2025-09-10 22:15:23 +02:00

44 lines
610 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:
state:
hide_states:
- unavailable
- unknown
select_previous:
target:
entity:
domain: select
fields:
cycle:
default: true
selector:
boolean: