From 5eff43736b7c7e8e952eb481140babeaf5f47533 Mon Sep 17 00:00:00 2001 From: themanieldaniel Date: Sun, 11 Feb 2018 06:07:58 -0500 Subject: [PATCH] Update input_number.markdown (#4628) * Update input_number.markdown * Minor changes --- source/_components/input_number.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/input_number.markdown b/source/_components/input_number.markdown index 348053d8eec..7afaaa255e0 100644 --- a/source/_components/input_number.markdown +++ b/source/_components/input_number.markdown @@ -14,7 +14,7 @@ redirect_from: /components/input_slider/ ---

-Before version 0.55 this component was known as `input_slider` and did not have the `mode` configuration option. +Before version 0.55 this component was known as `input_slider` and did not have the `mode` configuration option. Also, service `select_value` is now `set_value`.

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. @@ -39,7 +39,6 @@ input_number: mode: box ``` - {% configuration %} input_number: description: Alias for the input. Multiple entries are allowed.