Add good_bye event to virtual events with occupancy condition

This commit is contained in:
2026-06-03 21:51:05 +02:00
parent 89b08b1fc5
commit 4571c14e91

View File

@@ -9,6 +9,10 @@ virtual_events:
event_name: good_morning event_name: good_morning
event_condition: not binary_sensor.is_anybody_sleeping event_condition: not binary_sensor.is_anybody_sleeping
good_bye:
event_name: good_bye
event_condition: not binary_sensor.someone_home
turn_off_all_lights: turn_off_all_lights:
event_name: turn_off_all_lights event_name: turn_off_all_lights
event_condition: binary_sensor.is_everybody_sleeping event_condition: binary_sensor.is_everybody_sleeping