Hello experts. I'm using home assistant OS (13.1) on NUC.
I'm on the way to automate my backups (I'm using the Fritz.Nas on USB). Sofar everything is working fine. I have created a button on my lovelace gui to start a backup manually. Also this works well. BUT, I would need a feed back when the backup is finished and if it was successful. How can I achieve that? My button looks like this:
show_name: true
show_icon: true
type: button
entity: input_button.backupnow
tap_action:
action: perform-action
perform_action: hassio.backup_full
target: {}
data:
compressed: true
homeassistant_exclude_database: false