Is it possible to define multiple Adaptive Lighting instances in YAML? #444
-
I tried to define two separate AL instances in my adaptive_lighting:
name: "Office Adaptive Lights"
min_color_temp: 2500
max_color_temp: 3800
max_sunrise_time: "07:00:00"
min_sunset_time: "20:00:00"
detect_non_ha_changes: true
lights:
- light.office_lights
adaptive_lighting:
name: "Main Adaptive Lights"
min_color_temp: 2500
max_color_temp: 3800
max_sunrise_time: "07:00:00"
min_sunset_time: "20:00:00"
detect_non_ha_changes: true
lights:
- light.main_lights |
Beta Was this translation helpful? Give feedback.
Answered by
th3w1zard1
Mar 15, 2023
Replies: 1 comment 1 reply
-
You definitely can and I highly recommend you do so!
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sprakle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You definitely can and I highly recommend you do so!
Your syntax is incorrect, here's my yaml file.