Update input_slider.markdown (#380)

This commit is contained in:
Daniel Høyer Iversen 2016-04-09 17:51:37 +02:00 committed by Fabian Affolter
parent 04581ecde4
commit 28a915a015

View File

@ -21,6 +21,7 @@ input_slider:
initial: 30
min: -20
max: 35
step: 1
```
Configuration variables:
@ -30,4 +31,5 @@ Configuration variables:
- **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.