#Video in Android notification

1 messages · Page 1 of 1 (latest)

pine ravine
#

Hi all,

Im trying to add a short video in a notification for 2 android devicse. I stumbled upon this:
https://companion.home-assistant.io/docs/notifications/notification-attachments/
So I thought it should be possible to add videos in the HA notification. But when I test this in the developer tools, I receive an empty notification.
Any ideas?

I know there are alternatives like telegram etc. but I would like to use the HA companion app notification.

Here is the sample code I use:

data:
  data:
    video: /local/www/feeder/feeder.mp4
  message: ""

Notifications may contain an image, video, or audio file attachment that is displayed alongside the notification. See table for supported media for a breakdown of support by platform.

#

This is when I receive the notification