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') }}"
|
- "{{ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user