mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Changing camera names to ensure frigate, go2rtc, and home assistant all match
This commit is contained in:
@@ -6,8 +6,8 @@ sequence:
|
||||
message: "This is a test message with an image."
|
||||
data:
|
||||
image: >
|
||||
{%- set image = "https://automation.clintweaver.com" + state_attr("camera.frigate_cam19","entity_picture") %}
|
||||
{%- 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.frigate_cam08","entity_picture") %}
|
||||
# {%- set image = "http://192.168.1.11:8123" + state_attr("camera.girls_room_cam","entity_picture") %}
|
||||
# {{ image }}
|
||||
|
||||
Reference in New Issue
Block a user