mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 05:05:26 +01:00
* Move all components into folders * Move component tests into folders * Fix init moving * Move tests * Lint * Update coverage * Fix service descriptions * Update CODEOWNERS
7 lines
296 B
YAML
7 lines
296 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}
|