Hoping someone can shed some light on this scenario.
The card_mod I have setup for caldav on the dashboard seems to have a mind of it’s own. One of the screenshots shows the correct or intended layout with just the name of the week as a title, but as you can see in the other pic, at times the card_mod aspect seems to be ignored.
This dashboard is setup on a Lenovo P12 tablet as a kiosk, but I’ve also seen the difference when viewing on my ipad or even a laptop browser. Sometimes refreshing the page on any device will restore the intended style, sometimes not. I have tried clearing browser cache and that can work well but it seems a bit extreme to have to do this every time the kiosk tablet doesn’t display it correctly.
Here is the raw code for the caldav section:
type: calendar
initial_view: dayGridDay
card_mod:
style: |
ha-card {
pointer-events: none;
margin-top: -100px !important;
clip-path: inset(100px 0 0 0);
height: 100% !important; /* Stretch to fill assigned rows */
}
entities:
- calendar.family
grid_options:
columns: 12
rows: 6

