Fix stairwell LED strip staying on in the morning

This commit is contained in:
2023-09-25 12:52:13 -04:00
parent 3f7a7b5fef
commit ff5c6c9fa6

View File

@ -653,7 +653,17 @@ automation:
- service: script.stairwell_led_strip
data:
color_temp_kelvin: 2000
brightness: 50
brightness: "{{ 50 if is_state('binary_sensor.early_night_mode','on') else 255 }}"
- delay:
seconds: 5
- if:
- condition: state
entity_id: binary_sensor.early_night_mode
state: 'off'
then:
- service: light.turn_off
target:
entity_id: light.stairwell_led_strip
- id: b897d714-bbf2-44ce-afaf-63cf3694351c
alias: Tina Desk Lights Handler