I’m still somewhat new to Home-assistant so apologies if this question doesn’t entirely make sense.
I have some automation jobs that run elsewhere on my network (backups, that kind of thing) and I’d like to pull the results of that data into Home-assistant, so I have a central place to monitor things and alert when there are issues.
I’ve set up some scripts which call the event REST endpoint and I can use those to trigger events, but I’d quite like to manage it a bit more cleverly. So my event will send some data like “duration”, “number of files backed up”, “total files in backup” that kind of thing. Is there a relatively sensible way to wrap those up in something in HomeAssistant which looks like a Device with a number of entities on it representing each of those values? I could then graph it, make decisions on it?
I have googled a bit and couldn’t find anything, but apologies in advance if I missed something obvious!