I’d like to start by stating that I’m very new to HomeAssistant, and don’t know how to program. I’ve been trying to setup a notification on my Android that includes a picture. For troubleshooting, I’ve followed this guide: https://www.home-assistant.io/integrations/notify/ using the image listed. My phone however shows the notification, but no picture. Clicking on the notification brings me into the App.
I’ve not tried any other apps, but am willing to purchase one if needed. Any advice would be greatly appreciated!
It took me a fit to figure it out, but the “HA Client” android app does not support pictures yet. The app “Ariela” does, but you’ll need to change the service. For instance, with my phone I was calling the service “notify.mobile_app_pixel_3a_xl” to notify HA Client. If you use Ariela, you’ll need to call the service “notify.notify”. If you want to send to one device only, you’d use “notify.notify.pixel_3a_xl” as the call service. “notify.notify” sends to all devices supported (I believe). The name of your device would be under the “Integrations” page.
Hi @nateleduc
Sorry for late reply, I was not getting the notifications in this forum section. Indeed HA Client is not supported additional data in notifications yet.
Hi @jamesarbrown. This forum section is dedicated to HA Client - an unofficial Android app for Home Assistant developed by me. But you are referencing to the documentation of official Home Assistant companion app.