I can use the REST API (https://developers.home-assistant.io/docs/api/rest/) to kick off a snapshot, but I can’t use it to list snapshots, download a snapshot, or delete a snapshot. I’ve got a tool now that kicks off the snapshot using the REST API but then uses ssh/scp to list snapshots, etc. I’d rather be able to use the REST API to do all this. Thanks.
have you look at this
This looks really good, thanks!