mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-20 23:06:32 +00:00
12 lines
243 B
YAML
Executable File
12 lines
243 B
YAML
Executable File
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
|