From 9f7944b2801870c1970a4da38dbc643b371e1c80 Mon Sep 17 00:00:00 2001 From: Rolf K Date: Tue, 15 Oct 2019 17:53:51 +0200 Subject: [PATCH] Update input_number.markdown Add documentation for improved support for input_number in scenes. --- source/_integrations/input_number.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/input_number.markdown b/source/_integrations/input_number.markdown index 084225cb3711..3e46a5bdcfb5 100644 --- a/source/_integrations/input_number.markdown +++ b/source/_integrations/input_number.markdown @@ -77,6 +77,18 @@ input_number: 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 value of an input_number in a [Scene](/integrations/scene/): + +```yaml +# Example configuration.yaml entry +scene: + - name: Example Scene + entities: + input_number.example_number: 13 +``` + ## Automation Examples Here's an example of `input_number` being used as a trigger in an automation.