home-assistant-configuration/automations/close_garage_on_away.yaml

16 lines
339 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: "Jarvis"
message: "No one home, Closing Garage"
- service: cover.close_cover