15 lines
286 B
YAML
15 lines
286 B
YAML
|
select_option:
|
||
|
name: Select
|
||
|
description: Select an option of an select entity.
|
||
|
target:
|
||
|
entity:
|
||
|
domain: select
|
||
|
fields:
|
||
|
option:
|
||
|
name: Option
|
||
|
description: Option to be selected.
|
||
|
required: true
|
||
|
example: '"Item A"'
|
||
|
selector:
|
||
|
text:
|