From ba98d2bff05c17e61a4f9ac61de24f7ebba01767 Mon Sep 17 00:00:00 2001 From: Rolf K Date: Wed, 16 Oct 2019 22:13:15 +0200 Subject: [PATCH] Update input_text.markdown (#10800) Adds documentation for improved scene support in input_text. --- source/_integrations/input_text.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/input_text.markdown b/source/_integrations/input_text.markdown index a43fa6a3aa4..4f9914cff8d 100644 --- a/source/_integrations/input_text.markdown +++ b/source/_integrations/input_text.markdown @@ -81,6 +81,18 @@ This integrations provide three services to modify the state of the `input_text` This integration will automatically restore the state it had prior to Home Assistant stopping as long as your entity does **not** have a set value for `initial`. To disable this feature, set a valid value for `initial`. +### Scenes + +To set the state of the input_text in a [Scene](/integrations/scene/): + +```yaml +# Example configuration.yaml entry +scene: + - name: Example1 + entities: + input_text.example: Hello! +``` + ## Automation Examples Here's an example using `input_text` in an action in an automation.