16 lines
349 B
YAML
Executable File
16 lines
349 B
YAML
Executable File
inside_all_on:
|
|
sequence:
|
|
- event: LOGBOOK_ENTRY
|
|
event_data:
|
|
name: EVENT
|
|
message: "Turning inside lights on."
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.tower_lamp
|
|
- service: light.turn_on
|
|
data:
|
|
entity_id: light.front_lamp
|
|
- service: scene.turn_on
|
|
data:
|
|
entity_id: scene.livingroom_normal
|