home-assistant-configuration/scripts/outside_all_on.yaml

21 lines
502 B
YAML
Raw Normal View History

sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning outside lights on."
- service: switch.turn_on
data:
entity_id: switch.driveway_light
- service: switch.turn_on
data:
entity_id: switch.side_door_light
- service: switch.turn_on
data:
entity_id: switch.front_porch_left
- service: switch.turn_on
data:
entity_id: switch.front_porch_right
- service: notify.notify
data:
2017-01-09 19:48:07 +00:00
title: 'Outside lights are on'
message: "Outside lights are on!"