Files
fresh-home/scripts/notify_with_pic.yaml
T

14 lines
485 B
YAML

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