2019-02-06 03:31:15 +00:00
|
|
|
set_value:
|
|
|
|
description: Set the value of an input text entity.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input text to set the new value.
|
|
|
|
example: input_text.text1
|
|
|
|
value:
|
|
|
|
description: The target value the entity should be set to.
|
|
|
|
example: This is an example text
|
2019-12-09 20:15:24 +00:00
|
|
|
reload:
|
|
|
|
description: Reload the input_text configuration.
|