Hi,
I have integrated my Blink outdoor cameras into HA. As they are battery-powered, I want to use the streaming option only when motion is detected, but have created an automation to get every hour a picture (via blink.trigger_camera) to show in my lovelace. Unfortunately, there is no time-stamp on the picture and also no attribute etc. to read that out via a virtual sensor. There is only the an attribute called “thumbnail”, that has about the following value: https://xyz/thumbnail/xyz_2022_02_02__19_00PM.jpg
My question therefore is - is there any chance to read out only the latter part of the attribute to a sensor (or else) and convert that into a date/time format, so I can display that in lovelace?
Thanks for any idea / support!