this post was submitted on 14 Mar 2024
72 points (98.6% liked)
homeassistant
11990 readers
12 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've struggled with getting my TV notifications to show an image because I can't seem to get the URLs right. Is that an issue you've had? Any ideas on a solution?
Put the image in the
media
directory in your Home Assistant config directory then use /media/.... as the URL. This works for me.For my security cameras, I have a Node-RED flow:
It:
media/alerts/
directoryHere's the JSON for the flow:
JSON