Enhance BearClaw Telegram integration by adding callback handling for inline button actions. Updated automation sequences for improved message delivery and user interaction. Removed deprecated APT service and timer sample scripts to streamline configuration.

This commit is contained in:
Carlo Costanzo
2026-02-27 16:53:30 -05:00
parent 09ad0979af
commit fd874fbddc
4 changed files with 138 additions and 44 deletions
@@ -1,13 +0,0 @@
[Unit]
Description=Report boot completion for APT reboot tracking
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/apt_reboot_report.sh https://HOMEASSISTANT_HOST:8123/api/webhook/REPLACE_WITH_BOOT_WEBHOOK_ID docker_10
User=root
Group=root
[Install]
WantedBy=multi-user.target
@@ -1,16 +0,0 @@
[Unit]
Description=Weekly APT maintenance (Home Assistant webhook)
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/apt_weekly.sh https://HOMEASSISTANT_HOST:8123/api/webhook/REPLACE_WITH_APT_WEBHOOK_ID docker_10 20
User=root
Group=root
Nice=10
IOSchedulingClass=best-effort
IOSchedulingPriority=7
[Install]
WantedBy=multi-user.target
@@ -1,9 +0,0 @@
[Unit]
Description=Run APT maintenance weekly on Wednesday at 12:00
[Timer]
OnCalendar=Wed *-*-* 12:00:00
Persistent=true
[Install]
WantedBy=timers.target