mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
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:
parent
e97d96169e
commit
a0dd7f5eda
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user