1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/input_text/services.yaml
Alexei Chetroi 8c1cdc0cf7 Add input_text reload service. (#29644)
* Add input_text reload service.

* Add test.
2019-12-09 21:15:24 +01:00

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.