Removed reference to input_slider (#10671)

Long enough has passed since 0.55, referencing how things were back then is just causing confusion.
This commit is contained in:
Dubh Ad 2019-10-09 10:02:57 +01:00 committed by Franck Nijhof
parent 0064a22f34
commit 139a33dd0a

View File

@ -8,12 +8,6 @@ ha_release: 0.55
ha_qa_scale: internal ha_qa_scale: internal
--- ---
<div class='note'>
Before version 0.55 this integration was known as `input_slider` and did not have the `mode` configuration option. Also, service `select_value` is now `set_value`.
</div>
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. 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`: To enable this input number in your installation, add the following lines to your `configuration.yaml`: