Add off events for bed LED strip to include good morning trigger

This commit is contained in:
2026-05-29 08:47:25 +02:00
parent aa6fb42dd7
commit 728577647a
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ virtual_events:
virtual_events: virtual_events:
good_morning: good_morning:
event_name: good_morning event_name: good_morning
event_condition: not binary_sensor.is_everybody_sleeping event_condition: not binary_sensor.is_anybody_sleeping
turn_off_all_lights: turn_off_all_lights:
event_name: turn_off_all_lights event_name: turn_off_all_lights

View File

@@ -167,6 +167,10 @@ bed_ledstrip:
light_brightness_pct: 1 light_brightness_pct: 1
off_events:
- turn_off_all_lights
- good_morning
alarm_clock: alarm_clock:
module: alarmclock module: alarmclock
class: AlarmClock class: AlarmClock