Use Daylight Calendar Card on the Family Hub dashboard.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -80,23 +80,18 @@ views:
|
|||||||
round_temperature: false
|
round_temperature: false
|
||||||
|
|
||||||
# ── Family Calendar ──
|
# ── Family Calendar ──
|
||||||
- type: calendar
|
# Daylight Calendar Card (HACS: daylight-calendar-card). Agenda mirrors
|
||||||
|
# the old stock listWeek “upcoming” feel on a wall panel.
|
||||||
|
- type: custom:daylight-calendar-card
|
||||||
title: Upcoming Events
|
title: Upcoming Events
|
||||||
initial_view: listWeek
|
default_view: agenda
|
||||||
|
color_scheme: auto
|
||||||
|
preference_storage_key: family_hub_calendar
|
||||||
entities:
|
entities:
|
||||||
- calendar.family_events
|
- calendar.family_events
|
||||||
- calendar.birthdays
|
- calendar.birthdays
|
||||||
- calendar.holidays_in_united_states
|
- calendar.holidays_in_united_states
|
||||||
- calendar.gmail_calendar
|
- calendar.gmail_calendar
|
||||||
card_mod:
|
|
||||||
style: |
|
|
||||||
ha-card {
|
|
||||||
--calendar-day-color: var(--cc-text, var(--primary-text-color));
|
|
||||||
--calendar-day-weekday-color: var(--cc-text-muted, var(--secondary-text-color));
|
|
||||||
--fc-today-bg-color: var(--cc-accent-soft);
|
|
||||||
--fc-event-bg-color: var(--cc-accent);
|
|
||||||
--fc-event-border-color: var(--cc-accent);
|
|
||||||
}
|
|
||||||
|
|
||||||
# ── Quick Glance ──
|
# ── Quick Glance ──
|
||||||
- type: heading
|
- type: heading
|
||||||
|
|||||||
Reference in New Issue
Block a user