Update input_slider.markdown (#380)
This commit is contained in:
parent
04581ecde4
commit
28a915a015
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue