I’ve been using a Google Calendar entity for years but recently it’s stopped working and I can’t figure out why.
I can see the calendar in the UI under (sidebar → Calendar), I see the entry and all the details, but I don’t see anything under the attributes when I search for that calendar entity under development tools. Instead, all I get is:
offset_reached: false
friendly_name: Training Peaks Cal
For years I’ve been accessing the details in a template sensor like this:
{% set description = states.calendar.tp_training.attributes.description %}
What’s going on?