week-planner-card icon indicating copy to clipboard operation
week-planner-card copied to clipboard

hideDaysWithoutEvents=true does not hide today

Open tde01065 opened this issue 5 months ago • 0 comments

If hideDaysWithoutEvents=true, today is still visible even when empty. Please see screenshot for example. Please note that the days between today (idag) and Saturday (lördag) are hidden. image

Current configuration:

type: custom:week-planner-card
title: Siris matcher
compact: true
hideDaysWithoutEvents: true
days: 4
locale: sv
card_mod:
style: |
  .event.ongoing {
	font-weight: bold;
  }
  .event.past {
	opacity: .3;
  }
texts:
today: 'idag'
tomorrow: 'imorgon'
calendars:
- entity: calendar.women_s_volleyball_goccusports_com

tde01065 avatar Sep 18 '24 11:09 tde01065