[Featrue Request] Images in persistant notifications
Would it be possible to include images in the mirrored persistant notifications?
Example: Automation triggers action that shows front door camera snapshot on motion detection.
Similar as how the Snip and Sketch notification does it

I don't think that built-in persistent notifications support images... To do it I would have to create a dedicated notification service
Persistant notifications support the HA markdown format which supports images.
See here: https://www.home-assistant.io/integrations/persistent_notification/#markdown-support
It would just be a matter of parsing the markdown to get the image url and passing it into the Windows notification.
Here is the persistant notification in HA:

And here is the HA Taskbar Menu notification:

Oh, I have never thought about using markdown support in this way 😄
I second this request. I am in search for a way to see security camera snapshots right on the windows desktop without having chrome open or using the compagnion apps. Persistant notifications with markdown images show the image right in HA, but not yet inside HATM, which would be very nice and much appreciated.