Skip to content

Commit

Permalink
fix: Set max sunset time to be 21 instead of 18:30
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Jun 29, 2024
1 parent 992909b commit 0cfee6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions includes/adaptive_lighting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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
Expand All @@ -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

0 comments on commit 0cfee6b

Please sign in to comment.