Files
fresh-home/scripts/notify_with_pic.yaml
T
2024-04-14 14:08:56 -04:00

14 lines
481 B
YAML

alias: Notify with Pic
sequence:
- service: 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 }}