From a0dd7f5eda6a40f049c0b6bddd669612916ed54c Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 4 May 2020 04:36:34 -0400 Subject: [PATCH] Instructions on how to add input numbers via UI (#13283) * Instructions on how to add input numbers via UI These can be added via UI as of 0.107, we should recommend the easiest way of doing things first. * Remove quotes Co-authored-by: Fabian Affolter --- source/_integrations/input_number.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/input_number.markdown b/source/_integrations/input_number.markdown index 598fb08b552..a6d80d36aaf 100644 --- a/source/_integrations/input_number.markdown +++ b/source/_integrations/input_number.markdown @@ -12,7 +12,9 @@ ha_domain: input_number The `input_number` integration allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. The frontend can display a slider, or a numeric input box. Changes to the slider or numeric input box generate state events. These state events can be utilized as `automation` triggers as well. -To enable this input number in your installation, add the following lines to your `configuration.yaml`: +The preferred way to configure an input number is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the **Number** option. + +Input numbers can also be configured via `configuration.yaml`: ```yaml # Example configuration.yaml entry