Blink camera integration should fire an event when it finds new videos

The Blink camera integration makes checks for new videos on its own schedule, I think this is about once every 5 minutes or so . Every once in a while, I will see an entry in my log like this:

2025-01-25 21:57:32.872 INFO (MainThread) [blinkpy.sync_module] Found 4 new clip(s) in local storage manifest id = XXXX

It would be great if when this check resulted in new clips being discovered, that an event of some sort could be fired, in order to trigger automations, rather than having to poll for them, like the examples in the Blink integration documentation show. Being able to respond to an event, rather than polling. If your automation checks for new videos just before the integation does its internal check then whatever the automation is trying to do could end up being quite delayed.