core/homeassistant/components/input_text/services.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.