Open markushergeth opened 2 months ago
Hi, not sure if this would help but on action: whatsapp.send_message
clientId: default
to: 49**********@s.whatsapp.net
body:
image:
url: http://supervisor/core/api/camera_proxy/camera.reolink_doorbell_schnappschusse_klar ```
I think you need quotation marks around the http url as per this example on the documentation
service: whatsapp.send_message
data:
clientId: default
to: 391234567890@s.whatsapp.net
body:
image:
url: "https://dummyimage.com/600x400/000/fff.png"
caption: Simple text
The problem
When I try to fetch a snapshot from a integrated camera to send it as image via the supervisor api it is not working.
I am using the following code
The message is not showing up. In the logs of the add on I can only see
When I use the send notification option for android smartphone app I have the following yaml
So at least I think the URL should be right according to the REST API documentation
And according to Supervisor Endpoints the add on should have access with this.
Am I dumb and overlook something os is there really a bug with the add on?
What version of Home Assistant Core has the issue?
2024.9.2
What version of the addon has the issue?
1.4.1
What type of installation are you running?
Home Assistant OS
Log information
Additional information
No response