diff --git a/includes/adaptive_lighting.yaml b/includes/adaptive_lighting.yaml index dc22ab5..14ce707 100644 --- a/includes/adaptive_lighting.yaml +++ b/includes/adaptive_lighting.yaml @@ -8,7 +8,7 @@ detect_non_ha_changes: true interval: 30 sunrise_time: "07:00:00" - sunset_time: "18:30:00" + max_sunset_time: "21:00:00" take_over_control: true - name: Bedroom @@ -20,7 +20,7 @@ detect_non_ha_changes: true interval: 30 sunrise_time: "07:00:00" - sunset_time: "18:30:00" + max_sunset_time: "21:00:00" take_over_control: true - name: Bathroom @@ -31,7 +31,7 @@ prefer_rgb_color: false detect_non_ha_changes: true interval: 30 - sunset_time: "18:30:00" + max_sunset_time: "21:00:00" sunrise_time: "06:30:00" take_over_control: true @@ -43,7 +43,7 @@ prefer_rgb_color: true detect_non_ha_changes: true interval: 30 - sunset_time: "18:30:00" + max_sunset_time: "21:00:00" sunrise_time: "07:00:00" take_over_control: true @@ -56,7 +56,7 @@ detect_non_ha_changes: true interval: 30 sunrise_time: "07:00:00" - sunset_time: "18:30:00" + max_sunset_time: "21:00:00" take_over_control: true - name: Kitchen @@ -67,6 +67,6 @@ prefer_rgb_color: true detect_non_ha_changes: true interval: 30 - sunset_time: "18:30:00" + max_sunset_time: "21:00:00" sunrise_time: "07:00:00" take_over_control: true