From d23c3848047b6cfd48f49b53adf6cf685d7f3916 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Mon, 16 Jun 2025 14:18:31 -0400 Subject: [PATCH] Add nightly reboot schedule for Frigate server in Proxmox configuration --- config/packages/proxmox.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/packages/proxmox.yaml diff --git a/config/packages/proxmox.yaml b/config/packages/proxmox.yaml new file mode 100644 index 00000000..dc8c1a32 --- /dev/null +++ b/config/packages/proxmox.yaml @@ -0,0 +1,17 @@ +#------------------------------------------- +# Setting up nightly reboot schedule for Frigate server via Proxmox +# https://www.vcloudinfo.com/click-here +#------------------------------------------- + +automation: + - alias: "Nightly Frigate Server Reboot" + id: nightly_frigate_reboot + description: "Reboots the Frigate server every day at 5 AM" + trigger: + - platform: time + at: "05:00:00" + action: + - service: button.press + target: + entity_id: button.qemu_docker2_101_reboot + mode: single