Monitor backups with Home Assistant

Hi folks,
I’m looking a way to monitor client backups status with the Home Assistant.
Is there anyone that was able to integrate it?

I tried it using scrape, but the client status are being presented in a table, so I don’t have luck to scrape it yet.
Thanks in advance for the help on it.

I guess you could try https://www.home-assistant.io/integrations/python_script/ in combination with https://github.com/uroni/urbackup-server-python-web-api-wrapper ?

1 Like

Thank you for the suggestion.
It’s hard to me that have no experience with python, but I will try.

I know this is an old thread but I had this need also so I created an HACS Plugin. GitHub - whallil/ha-urbackup-monitor: UrBackup Monitor for Home Assistant · GitHub . I’m guessing that people will want someting like this so i thought I would share.