#Android TV notifications with image

1 messages · Page 1 of 1 (latest)

faint steppe
#

Hey everyone,
I've got a Unifi G4 doorbell and TV with Nvidia shield which has the 'android notifications' application downloaded and installed.
I've managed to get a text notification on the TV whenever someone presses the doorbell, however i cant get it to show an image with it.

As it stands now i can find the snapshot in the folder it's supposed to be pushed into and and I'm still getting the text notification.
i've tried using the camera's device ID and also the (only available) entity named something with high res channel.
I've tried putting a delay of 5 seconds between taking the snapshot and the displaying of the notification. this didnt help either. still getting only text.

This is the action i'm trying to configure:

alias: Doorbell-TV-test
description: ""
triggers: []
conditions: []
actions:

  • sequence:
    • action: camera.snapshot
      metadata: {}
      data:
      filename: /config/www/images/doorbell
      target:
      device_id: a8dc12e61f2c4acc38af9527aa0d2254
    • action: notify.nvidia_shield
      metadata: {}
      data:
      message: Misschien moet je even open doen?
      title: Deurbel gaat
      data:
      duration: 10
      fontsize: max
      position: center
      file:
      path: /config/www/images/doorbell
      mode: single
dull mist
#

My guess would be the path in the notify action.
Try /local/images/doorbell
Also not sure, if it might requires a filetype ending like .jpg

faint steppe
#

I've tried .jpg and .png

#

Found the solution in the comments of a youtube video.

inside the 'data' fields of my notification i need to change to word 'file' to 'image'