15 lines
346 B
YAML
Raw Normal View History

sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning inside lights on."
- service: switch.turn_on
data:
entity_id: switch.tower_lamp
- service: scene.turn_on
data:
entity_id: scene.livingroom_normal
- service: notify.notify
data:
2017-01-09 14:48:07 -05:00
title: 'Inside lights are on'
message: "Inside lights are on!"