mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 12:08:20 +00:00
12 lines
271 B
YAML
12 lines
271 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
|
||
|
- service: notify.notify
|
||
|
data:
|
||
|
title: 'Anchorage House'
|
||
|
message: "Inside lights are on!"
|