From f698ca457543a747fe6f5077deead9768602407c Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 2 Sep 2024 10:44:26 -0700 Subject: [PATCH] fix: Reduce delay on resuming camera events --- packages/security/security.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/security/security.yaml b/packages/security/security.yaml index 0e8fc89..9725d12 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -444,7 +444,7 @@ automation: - "{{ is_state('input_boolean.guest_mode', 'off') }}" mode: restart action: - - delay: 60 # Why? + - delay: 10 # Why? - service: mqtt.publish data: topic: frigate/backyard/detect/set @@ -467,13 +467,9 @@ automation: - platform: state entity_id: input_boolean.guest_mode to: 'off' - condition: - condition: state - entity_id: input_boolean.disable_camera_events - state: 'off' mode: restart action: - - delay: 60 # Why? + - delay: 10 # Why? - service: mqtt.publish data: topic: frigate/backyard/detect/set