Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Dec 3, 2023
2 parents e951577 + df73de6 commit c02eb93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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: "17:30:00"
sunset_time: "18:30: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: "17:30:00"
sunset_time: "18:30: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: "17:30:00"
sunset_time: "18:30: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: "17:30:00"
sunset_time: "18:30: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: "17:30:00"
sunset_time: "18:30:00"
take_over_control: true

- name: Office
Expand All @@ -67,7 +67,7 @@
prefer_rgb_color: true
detect_non_ha_changes: true
interval: 30
sunset_time: "17:30:00"
sunset_time: "18:30:00"
sunrise_time: "07:00:00"
take_over_control: true

Expand All @@ -79,6 +79,6 @@
prefer_rgb_color: true
detect_non_ha_changes: true
interval: 30
sunset_time: "17:30:00"
sunset_time: "18:30:00"
sunrise_time: "07:00:00"
take_over_control: true
2 changes: 1 addition & 1 deletion includes/input_numbers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ temperature_low:
name: Temperature low
min: 10
max: 20
initial: 16
initial: 18
step: 0.5
icon: mdi:temperature-celsius

Expand Down

0 comments on commit c02eb93

Please sign in to comment.