From eaeb3fa161d2cb7799c36fbc5916b59a8abd36a6 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 15 Oct 2017 20:38:42 +0100 Subject: [PATCH] Added reference to previous name (#3637) --- source/_components/input_number.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/input_number.markdown b/source/_components/input_number.markdown index 3a5202960ba1..4ebbe8ce6812 100644 --- a/source/_components/input_number.markdown +++ b/source/_components/input_number.markdown @@ -13,6 +13,10 @@ ha_release: 0.16 redirect_from: /components/input_slider/ --- +

+Before version 0.55 this component was known as `input_slider` and did not have the `mode` configuration option. +

+ The `input_number` component 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`: