Skip to content

Is it possible to define multiple Adaptive Lighting instances in YAML? #444

Answered by th3w1zard1
Sprakle asked this question in Q&A
Discussion options

You must be logged in to vote

You definitely can and I highly recommend you do so!
Your syntax is incorrect, here's my yaml file.

adaptive_lighting:
  - name: "al_bedroom_ceilingfan_lights"
    lights: light.bedroom_ceilingfan_lights
    prefer_rgb_color: false
    transition: 120
    initial_transition: 120
    interval: 90
    sleep_transition: 45
    min_brightness: 35
    max_brightness: 100
    min_color_temp: 2000
    max_color_temp: 5500
    sleep_brightness: 1
    sleep_color_temp: 1000
    take_over_control: true
    detect_non_ha_changes: true
    only_once: false
  - name: "al_den_ceilingfan_lights"
    lights: light.den_ceilingfan_lights
    prefer_rgb_color: false
    transition: 45
    sleep_transition: …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sprakle
Comment options

Answer selected by Sprakle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants