mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
17 lines
325 B
YAML
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
|