initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,28 @@
---
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