Files
fresh-home/automations/house/leaving_home.yaml
T
2024-04-14 14:08:56 -04:00

17 lines
325 B
YAML

alias: "Leaving Home"
id: automation_leaving_home
mode: single
max_exceeded: silent
trigger:
- platform: state
entity_id: input_boolean.home_occupied
to: "off"
for: "00:05:00"
action:
- service: homeassistant.turn_off
entity_id:
- group.my_lights
- group.my_fans
- group.my_room_status