Notification with images?
Hi. How do we get images in notifications?
Solution:Jump to solution
Okay so to add an image all you need to do is add an image property to the notification followed by the url.
Also, whenever you are posting code, make sure to paste it between 3 backticks at the top and bottom, like this:
```...
10 Replies
Help us Help Others!
To help others find answers, you can mark your question as solved via
Right click solution message -> Apps -> ✅ Mark Solution
Help us Help You!
Please don't delete messages or posts because it makes it impossible to understand what happened. If you don't want your messages to be seen then don't post here.
Please provide us with a direct link to the documentation.
Please use permalinks to the section in the docs you are referencing. A guide for this is available here
@DrR0x
Could you send your current conriguration for the notification?
service: notify.falfr_laptop
data:
message: "Test message"
title: Test titel
Solution
Okay so to add an image all you need to do is add an image property to the notification followed by the url.
Also, whenever you are posting code, make sure to paste it between 3 backticks at the top and bottom, like this:
Code goes here
So depending on where this image is what you put in the image property changes.
Are you sending an image that is stored in the HA server or on the internet?
I'll try the code part next time. I've tried images on both my HA server and internet without success.
Do I use image: followed by url?
yep
It works now 👍