initial commit
This commit is contained in:
28
configuration/input_number/switch_holding.yaml
Normal file
28
configuration/input_number/switch_holding.yaml
Normal 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
|
Reference in New Issue
Block a user