Add selectors to Input * service definitions (#46652)
This commit is contained in:
parent
39785c5cef
commit
da662c4890
5 changed files with 90 additions and 68 deletions
|
@ -1,11 +1,14 @@
|
|||
set_value:
|
||||
description: Set the value of an input text entity.
|
||||
description: Set the value of an input text entity
|
||||
target:
|
||||
fields:
|
||||
entity_id:
|
||||
description: Entity id of the input text to set the new value.
|
||||
example: input_text.text1
|
||||
value:
|
||||
name: Value
|
||||
description: The target value the entity should be set to.
|
||||
required: true
|
||||
example: This is an example text
|
||||
selector:
|
||||
text:
|
||||
|
||||
reload:
|
||||
description: Reload the input_text configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue