9 lines
173 B
YAML
9 lines
173 B
YAML
|
sequence:
|
||
|
- event: LOGBOOK_ENTRY
|
||
|
event_data:
|
||
|
name: EVENT
|
||
|
message: "Turning inside lights off."
|
||
|
- service: switch.turn_off
|
||
|
data:
|
||
|
entity_id: switch.tower_lamp
|