Switch calendar cards on main dashboard
From Atomic Calendar Revive to Calendar Card Pro
This commit is contained in:
@ -342,48 +342,52 @@ views:
|
||||
heading: Family Calendar
|
||||
heading_style: title
|
||||
icon: mdi:calendar
|
||||
- type: custom:atomic-calendar-revive
|
||||
enableModeChange: true
|
||||
firstDayOfWeek: 1
|
||||
maxDaysToShow: 7
|
||||
refreshInterval: 15
|
||||
entities:
|
||||
- calendar.family
|
||||
- calendar.kallen_school_days
|
||||
- calendar.tony_s_twitch_schedule
|
||||
- entities:
|
||||
- entity: calendar.family
|
||||
label: mdi:human-male-female-child
|
||||
color: green
|
||||
accent_color: green
|
||||
- entity: calendar.kallen_school_days
|
||||
label: mdi:school
|
||||
color: orange
|
||||
accent_color: orange
|
||||
- entity: calendar.tony_s_twitch_schedule
|
||||
label: mdi:twitch
|
||||
color: purple
|
||||
accent_color: purple
|
||||
- calendar.kallen_early_release
|
||||
- calendar.tm24fan8_gmail_com
|
||||
- calendar.irishpirate1988_gmail_com
|
||||
- calendar.vacation
|
||||
showLoader: true
|
||||
hideFinishedEvents: true
|
||||
showRelativeTime: false
|
||||
showDate: true
|
||||
sortByStartTime: true
|
||||
showLocation: true
|
||||
hideDuplicates: false
|
||||
noEventText: Nothing scheduled for today!
|
||||
showCurrentEventLine: false
|
||||
showMonth: false
|
||||
showProgressBar: true
|
||||
showWeekDay: true
|
||||
disableEventLink: false
|
||||
showNoEventsForToday: true
|
||||
showEventIcon: false
|
||||
showFullDayProgress: false
|
||||
showLastCalendarWeek: false
|
||||
disableCalEventLink: false
|
||||
disableCalLocationLink: false
|
||||
showTimeRemaining: true
|
||||
showAllDayEvents: true
|
||||
hoursOnSameLine: false
|
||||
showMultiDayEventParts: false
|
||||
showMultiDay: false
|
||||
showDescription: false
|
||||
disableLocationLink: false
|
||||
showCalendarName: false
|
||||
showAllDayHours: true
|
||||
disableCalLink: false
|
||||
days_to_show: 5
|
||||
week_separator_width: 1px
|
||||
month_separator_width: 1px
|
||||
today_indicator: dot
|
||||
weekend_weekday_color: cyan
|
||||
weekend_day_color: cyan
|
||||
weekend_month_color: cyan
|
||||
today_weekday_color: ''
|
||||
today_day_color: ''
|
||||
today_month_color: ''
|
||||
show_countdown: true
|
||||
show_progress_bar: true
|
||||
remove_location_country: true
|
||||
weather:
|
||||
position: date
|
||||
date:
|
||||
show_conditions: true
|
||||
show_high_temp: true
|
||||
show_low_temp: false
|
||||
icon_size: 14px
|
||||
font_size: 12px
|
||||
color: var(--primary-text-color)
|
||||
event:
|
||||
show_conditions: true
|
||||
show_temp: true
|
||||
icon_size: 14px
|
||||
font_size: 12px
|
||||
color: var(--primary-text-color)
|
||||
type: custom:calendar-card-pro
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
|
Reference in New Issue
Block a user