17 lines
476 B
YAML
17 lines
476 B
YAML
virtual_events:
|
|
module: virtualevents
|
|
class: VirtualEvents
|
|
|
|
priority: 100 # default priority app is 50, since the virtual_events doesn't create any sensor but is based on sensor created by many app, it's important it's created last
|
|
|
|
virtual_events:
|
|
good_morning:
|
|
event_name: good_morning
|
|
event_condition: not input_boolean.sleeping
|
|
|
|
turn_off_all_lights:
|
|
event_name: turn_off_all_lights
|
|
event_condition: input_boolean.sleeping
|
|
|
|
|