mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
14 lines
481 B
YAML
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 }}
|