mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
13 lines
274 B
YAML
13 lines
274 B
YAML
inside_all_off:
|
|
sequence:
|
|
- event: LOGBOOK_ENTRY
|
|
event_data:
|
|
name: EVENT
|
|
message: "Turning inside lights off"
|
|
- service: light.turn_off
|
|
data:
|
|
entity_id: light.tower_lamp
|
|
- service: light.turn_off
|
|
data:
|
|
entity_id: light.front_lamp
|