alias: Notify with Pic sequence: - action: notify.mobile_app_pixel_7 data: title: Test message: "This is a test message with an image." data: image: > {%- set image = "https://automation.clintweaver.com" + state_attr("camera.frigate_cam19","entity_picture") %} {{ image }} # image: > # {%- set image = "http://192.168.1.11:8123" + state_attr("camera.frigate_cam08","entity_picture") %} # {{ image }}