29 lines
387 B
YAML
29 lines
387 B
YAML
---
|
|
light_step:
|
|
name: "Step the lights this much"
|
|
initial: 10
|
|
min: 1
|
|
max: 64
|
|
step: 1
|
|
|
|
light_minimum:
|
|
name: "No dimmer than this"
|
|
initial: 5
|
|
min: 1
|
|
max: 255
|
|
step: 1
|
|
|
|
light_maximum:
|
|
name: "No brighter than this"
|
|
initial: 255
|
|
min: 50
|
|
max: 255
|
|
step: 1
|
|
|
|
light_delay_ms:
|
|
name: "Step the lights this often (ms)"
|
|
initial: 100
|
|
min: 100
|
|
max: 5000
|
|
step: 100
|