Add off events for bed LED strip to include good morning trigger
This commit is contained in:
@@ -7,7 +7,7 @@ virtual_events:
|
||||
virtual_events:
|
||||
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:
|
||||
event_name: turn_off_all_lights
|
||||
|
||||
@@ -167,6 +167,10 @@ bed_ledstrip:
|
||||
|
||||
light_brightness_pct: 1
|
||||
|
||||
off_events:
|
||||
- turn_off_all_lights
|
||||
- good_morning
|
||||
|
||||
alarm_clock:
|
||||
module: alarmclock
|
||||
class: AlarmClock
|
||||
|
||||
Reference in New Issue
Block a user