I’m currently using the atomic_calendar_revive card to display the events from a google calendar on a entities filter card. I’ve got that card working, but wanted to save a little space on my dashboard by not showing the date of the event (ex: all day, 12:45 pm - 1:45 pm, etc.).
The example at the bottom of the entity filter card documentation for the “upcoming holidays in next 7 days” is exactly what I’m trying to accomplish. (Entity Filter Card - Home Assistant)
Would anyone be willing to explain what sensors or other information I would need to add to the configuration file to make this work? Keeping in mind that I’m still new at this.
Thanks,
- type: entity-filter
card:
title: “Upcoming Holidays In Next 7 Days”
show_header_toggle: false
state_filter:- operator: regex
value: “^([0-7]{1})$”
attribute: eta
entities: - entity: sensor.upcoming_ical_holidays_0
- entity: sensor.upcoming_ical_holidays_1
- entity: sensor.upcoming_ical_holidays_2
- entity: sensor.upcoming_ical_holidays_3
- entity: sensor.upcoming_ical_holidays_4
show_empty: false
- operator: regex