Full bedroom setup with two bedlight, two remote and the sonos led
This commit is contained in:
16
apps/virtualevents.yaml
Normal file
16
apps/virtualevents.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user