Add good_bye event to virtual events with occupancy condition
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user