i have 4 cams which will store videos local on the home assistant server. I will pick up them by an pythonscript and move them to an folder. Only the 5 most recent clips with a fixed name will be in this folder (1.mp4, 2.mp4 etc). Now I am looking for a good option to integrate the clips into my dashboard. I have managed to do it via an ifram, but then the videos are automatically played when the dashboard is called up. I don’t want that. I also managed to use an image card that plays the video by clicking on it. But then it is played in a new browser tab. I don’t want that either. Surely there is another simple option here?