mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update input_slider.markdown (#380)
This commit is contained in:
parent
04581ecde4
commit
28a915a015
@ -21,6 +21,7 @@ input_slider:
|
|||||||
initial: 30
|
initial: 30
|
||||||
min: -20
|
min: -20
|
||||||
max: 35
|
max: 35
|
||||||
|
step: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -30,4 +31,5 @@ Configuration variables:
|
|||||||
- **initial** (*Optional*): Initial value when Home Assistant starts.
|
- **initial** (*Optional*): Initial value when Home Assistant starts.
|
||||||
- **min** (*Optional*): Minimum value for the slider.
|
- **min** (*Optional*): Minimum value for the slider.
|
||||||
- **max** (*Optional*): Maximum value for the slider.
|
- **max** (*Optional*): Maximum value for the slider.
|
||||||
|
- **step** (*Optional*): Step value for the slider.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user