Skip to content

Calendar extra attributes gone #602

@enoquelights

Description

@enoquelights

Checklist

  • I'm running the newest version of LLM Vision https://github.com/valentinfrlch/ha-llmvision/releases/latest
  • I have enabled debug logging for the integration.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This is a bug and not a feature request.
  • I have searched open issues for my problem.

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

None has no element 0

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions