#Tab action finished

1 messages · Page 1 of 1 (latest)

obtuse spire
#

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

viral eagle
obtuse spire
#

I used the button card, just copied the code out of the editor. Which card would be better?

viral eagle
#

Visual feedback is 100% a UI thing