@maurizio53 wrote:
I have this template that shows the history events on a day:
- platform: template sensors: storia_italia: value_template: "{{ states.calendar.storia_ditalia.attributes.message }}" friendly_name: "Accadde Oggi"
But i noticed it shows only one events also if there are more than one.
The calendar.storia_ditalia entity is this:So the template is right, but how to see in the calendar all the events listed in my google calendar?
I have this in google_calendars.yaml about that calendar:
- cal_id: pgb8lp3u1jp0v0bck37g4g8je4@group.calendar.google.com entities: - device_id: storia_ditalia ignore_availability: true name: "Storia d'Italia" track: true max_results: 30
How to have the calendar shows all the events in that day?
Posts: 1
Participants: 1