fix: Fix timeouts on camera events re-enable
This commit is contained in:
@@ -444,7 +444,7 @@ automation:
|
||||
- "{{ is_state('input_boolean.guest_mode', 'off') }}"
|
||||
mode: restart
|
||||
action:
|
||||
- delay: 10 # Why?
|
||||
- delay: 30 # Allow time to walk inside before events restart
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: frigate/backyard/detect/set
|
||||
@@ -469,7 +469,6 @@ automation:
|
||||
to: 'off'
|
||||
mode: restart
|
||||
action:
|
||||
- delay: 10 # Why?
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: frigate/backyard/detect/set
|
||||
|
||||
Reference in New Issue
Block a user