mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
27 lines
525 B
YAML
27 lines
525 B
YAML
is_option_selected:
|
|
target:
|
|
entity:
|
|
- domain: select
|
|
- domain: input_select
|
|
fields:
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
select:
|
|
translation_key: condition_behavior
|
|
options:
|
|
- all
|
|
- any
|
|
option:
|
|
context:
|
|
filter_target: target
|
|
required: true
|
|
selector:
|
|
state:
|
|
attribute: options
|
|
hide_states:
|
|
- unavailable
|
|
- unknown
|
|
multiple: true
|