Hi,
I want to notify my iPhone with attachment, but it is just not working I get the notification, but no attachment. Here is my automation:
- id: '1549048324501'
alias: Driveway Motion
trigger:
- entity_id: sensor.driveway_motion_detected
from: 'False'
platform: state
to: 'True'
condition: []
action:
service: notify.ios_narimans_iphone
data:
message: "Motion Detected On Driveway"
data:
attachment:
url: "https://cdn.vox-cdn.com/thumbor/34yF-Q938HDsqnaBMPOhsVJElJM=/0x0:694x433/920x613/filters:focal(292x162:402x272):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/59588897/Screen_Shot_2018_05_01_at_14.40.50.0.png"
content-type: png
hide-thumbnail: false