Thank you for a quick response! I check and there are only two attributes: offset_reached and friendly_name. Do you know, by any chance how to add more attributes here? I tried searching for it, but I couldn’t find any walkthrough.
Hi All,
I have a variant of this I can’t get to work.
The template {{ states.calendar.my_calendar.attributes.message }} works fine.
However I have multiple calendars, and I am trying to put together one automation that can be triggered by the a list of calendars, and perform the same action which is to get the message from which ever calendar triggered the event.
I have tried:
{{ this.attributes.message }}
as well as:
{{ states[this.entity_id].attributes.message }}
But I’m getting error logs: 'homeassistant.util.read_only_dict.ReadOnlyDict object' has no attribute 'message'
Any suggestions?
[EDIT] I’ll add that I am using platform: calendar for the trigger.
After playing around some, I am still unsuccessful using the this variable. However I did get the following to work which does the same thing: