mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 12:14:20 +01:00
054ca1d7ec
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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:
|