mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user