home-assistant-configuration/automations/close_garage_on_away.yaml

21 lines
454 B
YAML
Raw Normal View History

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