Update input_slider.markdown

This commit is contained in:
Paulus Schoutsen 2016-09-10 08:31:58 -07:00 committed by GitHub
parent d8162fcadb
commit 79652e3b56

View File

@ -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 %}