you need to select another service I think. android app creates a new service. mine is notify.mobile_app_pixel_3. do you see something like this in the available services?
Have you ever been successful getting images to work? I am having the same issues, and there appear to be multiple descriptions here for the syntax for the notify message. I am using the following format and cannot get an image to display. I can access the image from Google Chrome on my phone (without wifi running), so I know the image is accessible from the internet.
- service: notify.mobile_app_xxxxxxx
data:
title: Test Message at {{ now().strftime('%I:%M %p') }}
message: "Snapshot of Sunroom!"
data:
attachment:
url: "https://xxxxxxx.xxxxxxxx.org:8123/local/cam_captures/sunroom.jpg"
Anyone see a problem with my syntax or have any suggestions?
NOTE: Problem solved, I was looking at the IOS instead of the android example.
This was always the format, most of the confusion amongst users is when they follow iOS format or are following the format of a different integration. The docs always had this example too.