Files
fresh-home/automations/house/leaving_home.yaml
T
2025-10-10 20:24:52 -04:00

17 lines
324 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:
- action: homeassistant.turn_off
entity_id:
- group.my_lights
- group.my_fans
- group.my_room_status