#Reboot Frigate container 5mins after PVE startup

1 messages · Page 1 of 1 (latest)

alpine flicker
#
description: ""
triggers:
  - trigger: numeric_state
    entity_id:
      - sensor.qemu_haos14_2_101_last_boot
    for:
      hours: 0
      minutes: 1
      seconds: 0
    above: 5
conditions: []
actions:
  - device_id: 75c90a8ebd7722b15fc30b46a763303c
    domain: button
    entity_id: ffb8e87743863828911f5a51e3261a98
    type: press
    metadata:
      secondary: false
mode: single

Is this correct? Should we use device id or entity I'd in automations?

#

I have issue with coral usb not being mounted after PVE host is reboot or powered on. A reboot of frigate container fixes it. I want to automate that. Is this the correct way to do that?