Checklist
Describe the issue
I have always got my latest event by using:
{% set a= state_attr('calendar.llm_vision_timeline','summaries')[0].split('.')[0] | replace("individuals","people") | replace("individual","person") %}
{{ a }}
I am now getting None as a result of the latest changes in 1.6.0. It seems summaries attribute is fully gone. This was a nice way to get specific ones. I cant see why this would be removed, so raising as a maybe a bug.
Reproduction steps
1.Paste this in Dev tools Template:
{% set a= state_attr('calendar.llm_vision_timeline','summaries')[0].split('.')[0] | replace("individuals","people") | replace("individual","person") %}
{{ a }}
...
Debug logs
Checklist
Describe the issue
I have always got my latest event by using:
I am now getting None as a result of the latest changes in 1.6.0. It seems summaries attribute is fully gone. This was a nice way to get specific ones. I cant see why this would be removed, so raising as a maybe a bug.
Reproduction steps
1.Paste this in Dev tools Template:
{% set a= state_attr('calendar.llm_vision_timeline','summaries')[0].split('.')[0] | replace("individuals","people") | replace("individual","person") %}
{{ a }}
...
Debug logs