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