home-assistant-configuration/automations/close_garage_on_away.yaml

16 lines
339 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"
condition:
- condition: state
entity_id: cover.garage_door
state: "open"
action:
- service: notify.notify
data:
2017-04-09 22:42:48 +00:00
title: "Jarvis"
message: "No one home, Closing Garage"
2017-02-03 19:16:38 +00:00
- service: cover.close_cover