Files
core/homeassistant/components/input_text/services.yaml
2021-02-23 14:10:13 +01:00

17 lines
357 B
YAML

set_value:
name: Set
description: Set the value of an input text entity.
target:
fields:
value:
name: Value
description: The target value the entity should be set to.
required: true
example: This is an example text
selector:
text:
reload:
name: Reload
description: Reload the input_text configuration.