18 lines
376 B
YAML
Executable File
18 lines
376 B
YAML
Executable File
adaptive_lighting:
|
|
- name: "default"
|
|
lights:
|
|
- light.stripe
|
|
- light.direct
|
|
prefer_rgb_color: false
|
|
transition: 45
|
|
initial_transition: 1
|
|
interval: 90
|
|
min_brightness: 1
|
|
max_brightness: 80
|
|
min_color_temp: 2500
|
|
max_color_temp: 6500
|
|
sleep_brightness: 1
|
|
sleep_color_temp: 1000
|
|
take_over_control: true
|
|
detect_non_ha_changes: false
|
|
only_once: false |