Extend targets for entity component services (#50760)
This commit is contained in:
parent
ee4e14e45e
commit
eccefd154a
27 changed files with 276 additions and 16 deletions
|
@ -2,6 +2,8 @@ select_next:
|
|||
name: Next
|
||||
description: Select the next options of an input select entity.
|
||||
target:
|
||||
entity:
|
||||
domain: input_select
|
||||
fields:
|
||||
cycle:
|
||||
name: Cycle
|
||||
|
@ -15,6 +17,8 @@ select_option:
|
|||
name: Select
|
||||
description: Select an option of an input select entity.
|
||||
target:
|
||||
entity:
|
||||
domain: input_select
|
||||
fields:
|
||||
option:
|
||||
name: Option
|
||||
|
@ -28,6 +32,8 @@ select_previous:
|
|||
name: Previous
|
||||
description: Select the previous options of an input select entity.
|
||||
target:
|
||||
entity:
|
||||
domain: input_select
|
||||
fields:
|
||||
cycle:
|
||||
name: Cycle
|
||||
|
@ -41,16 +47,22 @@ select_first:
|
|||
name: First
|
||||
description: Select the first option of an input select entity.
|
||||
target:
|
||||
entity:
|
||||
domain: input_select
|
||||
|
||||
select_last:
|
||||
name: Last
|
||||
description: Select the last option of an input select entity.
|
||||
target:
|
||||
entity:
|
||||
domain: input_select
|
||||
|
||||
set_options:
|
||||
name: Set options
|
||||
description: Set the options of an input select entity.
|
||||
target:
|
||||
entity:
|
||||
domain: input_select
|
||||
fields:
|
||||
options:
|
||||
name: Options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue