From ae24b5142f925f44a0224efca4f7759c0346fc38 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 8 Oct 2017 00:37:57 +0200 Subject: [PATCH] Add redirect --- source/_components/input_number.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/input_number.markdown b/source/_components/input_number.markdown index eba24e1383a..f215881df49 100644 --- a/source/_components/input_number.markdown +++ b/source/_components/input_number.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Automation ha_release: 0.16 +redirect_from: /components/input_slider/ --- 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.