Camera, Frigate: Intelligent AI-powered notifications

So… Is there any fix to this?
I had to manually stop it, and still look at the runtime:

I’m having some trouble. Is it possible to set up TTS to say, Alexa, with the LLM response? What would the variable be? But also, when i try to set up TTS (chime.tts say in this case) to send TTS to Alexa, the AI summary automation just stops working entirely.

I’ve been running this blueprint for a while, but now I’m getting this error. Any ideas?

Logger: homeassistant.helpers.template
Source: helpers/template.py:2990
First occurred: September 14, 2025 at 12:04:12 AM (893 occurrences)
Last logged: 8:54:58 AM

Template variable warning: ‘camera’ is undefined when rendering ‘{{ camera }} Snapshot’
Template variable warning: list object has no element 1 when rendering ‘{% if motion_sensors_list and not trigger.entity_id.startswith(“camera”) %} {% set index = motion_sensors_list.index(trigger.entity_id) %} {{ camera_entities_list[index] }} {% else %} {{ trigger.entity_id }} {% endif %}’
Template variable warning: list object has no element 3 when rendering ‘{% if motion_sensors_list and not trigger.entity_id.startswith(“camera”) %} {% set index = motion_sensors_list.index(trigger.entity_id) %} {{ camera_entities_list[index] }} {% else %} {{ trigger.entity_id }} {% endif %}’
Template variable error: ‘dict object’ has no attribute ‘entity_id’ when rendering ‘{% if motion_sensors_list and not trigger.entity_id.startswith(“camera”) %} {% set index = motion_sensors_list.index(trigger.entity_id) %} {{ camera_entities_list[index] }} {% else %} {{ trigger.entity_id }} {% endif %}’

I’m looking to do the same thing!

Hey @valentinfrlch, first of all good job!
Is there a chance that you implement a Reolink deeplink to open the app on the right event when clicking on the sent norification screenshot?
I have another blueprint doing it and it’s awesome!

Thanks!

hello,I’m a little confused on configrate " using the important parameter" or how to “use important to only get notifications when an important event is detected”

For example,how to use " person fall down " as important event?
thank you