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 <mail@fabian-affolter.ch>
This commit is contained in:
Sean Mooney 2020-05-04 04:36:34 -04:00 committed by GitHub
parent e97d96169e
commit a0dd7f5eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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