12 lines
282 B
YAML
Raw Normal View History

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