fix: Fix timeouts on camera events re-enable

This commit is contained in:
2024-09-02 13:45:52 -07:00
parent 5e20ccfef8
commit 3361337966

View File

@@ -444,7 +444,7 @@ automation:
- "{{ is_state('input_boolean.guest_mode', 'off') }}" - "{{ is_state('input_boolean.guest_mode', 'off') }}"
mode: restart mode: restart
action: action:
- delay: 10 # Why? - delay: 30 # Allow time to walk inside before events restart
- service: mqtt.publish - service: mqtt.publish
data: data:
topic: frigate/backyard/detect/set topic: frigate/backyard/detect/set
@@ -469,7 +469,6 @@ automation:
to: 'off' to: 'off'
mode: restart mode: restart
action: action:
- delay: 10 # Why?
- service: mqtt.publish - service: mqtt.publish
data: data:
topic: frigate/backyard/detect/set topic: frigate/backyard/detect/set