Hey together.
I changed my telegram integration from YAML to UI mode.
Now I am strugling with the funktion to send a photo.
my old code is:
alias: Erstelle und sende ein Foto der Haustüre bei Klingel (2025)
sequence:
- data:
filename: /media/snapshot_tuerbeschnitten.jpg
action: camera.snapshot
target:
entity_id: camera.tuer - action: notify.ha_ture
metadata: {}
data:
message: http://192.168.67.78:8123/lovelace/hausture
enabled: true - data:
data:
photo:
file: /media/snapshot_tuerbeschnitten.jpg
message: Besucher
action: notify.ha_ture
mode: single
description: ""
But now, I am trying to do this with UI mode. anybody know how to?