mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
9 lines
356 B
YAML
9 lines
356 B
YAML
set_value:
|
|
description: Set the value of an input text entity.
|
|
fields:
|
|
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}
|
|
reload:
|
|
description: Reload the input_text configuration.
|