Extend targets for entity component services (#50760)

This commit is contained in:
Franck Nijhof 2021-05-17 14:06:50 +02:00 committed by GitHub
parent ee4e14e45e
commit eccefd154a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 276 additions and 16 deletions

View file

@ -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