home-assistant-configuration/automations/close_garage_on_away.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

15 lines
312 B
YAML

alias: "Close Garage if we leave"
trigger:
- platform: state
entity_id: group.family
state: "not home"
condition:
- condition: state
entity_id: cover.garage_door
state: "open"
action:
- service: notify.notify
data:
title: "No one home, Garage Open"
- service: cover.close_cover