update notification service

This commit is contained in:
MacRimi
2026-02-28 20:32:58 +01:00
parent c0a882251d
commit 3e96a89adf
2 changed files with 99 additions and 19 deletions

View File

@@ -424,8 +424,8 @@ TEMPLATES = {
# ── Backup / Snapshot events ──
'backup_start': {
'title': '{hostname}: Backup started - {vmid}',
'body': 'Backup of {vmname} ({vmid}) has started.',
'title': '{hostname}: Backup started',
'body': '{reason}',
'group': 'backup',
'default_enabled': False,
},