2017-01-05 16:23:30 +00:00
|
|
|
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-28 14:30:56 +00:00
|
|
|
message: "Inside lights are off"
|