home-assistant-configuration/scripts/outside_all_off.yaml
Jeffrey Stone 412893f966 Big Update
Added new scripts for status
Added new automations for pressance and status
Removed problematic value template from cover
Added moon status
Added customizations for travel times
Rearranged groups
Lots of other small changes
2017-04-09 11:22:38 -04:00

18 lines
400 B
YAML

sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning outside lights off."
- service: switch.turn_off
data:
entity_id: switch.driveway_light
- service: switch.turn_off
data:
entity_id: switch.side_door_light
- service: switch.turn_off
data:
entity_id: switch.front_porch_left
- service: switch.turn_off
data:
entity_id: switch.front_porch_right