Changed presence simulation to only activate if gone for an hour or more

This commit is contained in:
2022-01-27 17:15:53 -05:00
parent e88736e219
commit d6e3e18771
2 changed files with 17 additions and 3 deletions

View File

@ -250,3 +250,20 @@
- light.living_room_lights
- light.mud_room_overhead
mode: single
- id: '1643321652916'
alias: Time-Based Presence Simulation
description: ''
trigger:
- platform: state
entity_id: group.family
to: not_home
for:
hours: 1
minutes: 0
seconds: 0
condition: []
action:
- service: switch.turn_on
target:
entity_id: switch.presence_simulation
mode: single

View File

@ -176,9 +176,6 @@ family_is_away:
- service: alarm_control_panel.alarm_arm_away
target:
entity_id: alarm_control_panel.alexa_guard_9ee3b
- service: switch.turn_on
target:
entity_id: switch.presence_simulation
mode: single
icon: mdi:shield-lock
family_is_home: