Changing camera names to ensure frigate, go2rtc, and home assistant all match

This commit is contained in:
CeeWeasel
2026-06-06 14:04:03 -04:00
parent 70989327d5
commit 30bbe781ef
92 changed files with 555 additions and 2232 deletions
+2 -2
View File
@@ -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 }}