Add selectors to Input * service definitions (#46652)

This commit is contained in:
Franck Nijhof 2021-02-18 12:23:30 +01:00 committed by GitHub
parent 39785c5cef
commit da662c4890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 90 additions and 68 deletions

View file

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