From 79652e3b560e0e9f5aec47b146e077a1d109cc02 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 10 Sep 2016 08:31:58 -0700 Subject: [PATCH] Update input_slider.markdown --- source/_components/input_slider.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/input_slider.markdown b/source/_components/input_slider.markdown index 4d9765bec0f..4d8733609b3 100644 --- a/source/_components/input_slider.markdown +++ b/source/_components/input_slider.markdown @@ -28,10 +28,10 @@ input_slider: Configuration variables: - **[alias]** (*Required*): Alias for the slider input. +- **min** (*Required*): Minimum value for the slider. +- **max** (*Required*): Maximum value for the slider. - **name** (*Optional*): Friendly name of the slider input. - **initial** (*Optional*): Initial value when Home Assistant starts. -- **min** (*Optional*): Minimum value for the slider. -- **max** (*Optional*): Maximum value for the slider. - **step** (*Optional*): Step value for the slider. ## {% linkable_title Automation Examples %}