From a65ff0f850f1f786255997b355426d17d056c5d5 Mon Sep 17 00:00:00 2001 From: turboproc Date: Mon, 26 Dec 2022 23:33:34 +0100 Subject: [PATCH] Update ha_notifications.md Looks like the URL to fetch the thumbnail is wrong. Either change it as proposed or make a comment that e.g. a reverse proxy needs to translate the URL. --- docs/docs/guides/ha_notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/ha_notifications.md b/docs/docs/guides/ha_notifications.md index 2145e6e7c..e6b2cbf0b 100644 --- a/docs/docs/guides/ha_notifications.md +++ b/docs/docs/guides/ha_notifications.md @@ -20,7 +20,7 @@ automation: data_template: message: 'A {{trigger.payload_json["after"]["label"]}} was detected.' data: - image: 'https://your.public.hass.address.com/api/frigate/notifications/{{trigger.payload_json["after"]["id"]}}/thumbnail.jpg?format=android' + image: 'https://your.public.hass.address.com/api/events/{{trigger.payload_json["after"]["id"]}}/thumbnail.jpg?format=android' tag: '{{trigger.payload_json["after"]["id"]}}' when: '{{trigger.payload_json["after"]["start_time"]|int}}' ```