initial commit
This commit is contained in:
27
configuration/input_number/app_lighting_lighting.yaml
Normal file
27
configuration/input_number/app_lighting_lighting.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
app_light_light_lux_mininum:
|
||||
name: "Minimum Lux Limit"
|
||||
icon: mdi:tune
|
||||
unit_of_measurement: "lx"
|
||||
mode: slider
|
||||
min: 2
|
||||
max: 100
|
||||
step: 1
|
||||
|
||||
app_light_light_timeout_off_light:
|
||||
name: "Time Out to Off Lights"
|
||||
icon: mdi:tune
|
||||
unit_of_measurement: "sec"
|
||||
mode: slider
|
||||
min: 5
|
||||
max: 600
|
||||
step: 1
|
||||
|
||||
app_light_light_transition_time:
|
||||
name: "Light Transition Time"
|
||||
icon: mdi:tune
|
||||
unit_of_measurement: "sec"
|
||||
mode: slider
|
||||
min: 0
|
||||
max: 60
|
||||
step: 1
|
Reference in New Issue
Block a user