Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - type: custom:atomic-calendar-revive
- enableModeChange: true
- entities:
- - entity: calendar.holidays
- name: Holidays
- - entity: calendar.garbage_schedule
- name: Garbage Schedule
- - entity: calendar.birthdays
- name: Birthdays
- - entity: calendar.miscellaneous
- name: Miscellaneous
- defaultMode: Event
- hoursOnSameLine: true
- showMonth: false
- showAllDayHours: false
- showEventDate: true
- showCalendarName: false
- showLastCalendarWeek: false
- disableCalEventLink: false
- disableCalLocationLink: false
- showTimeRemaining: false
- showDatePerEvent: false
- showDate: false
- showLoader: false
- showRelativeTime: false
- compactMode: true
- showLocation: false
- showHours: false
- eventDateFormat: ddd D
- card_mod:
- style: |
- ha-card{
- box-shadow: none;
- border-top: 1px solid rgba(255, 255, 255, 0.2);
- border-radius: 0;
- padding: 0 !important;
- }
- ha-card .single-event-container{
- padding: 10px 0 !important;
- }
- ha-card .single-event-container:not(.daywrap):not(:first-child){
- padding-top: 0 !important;
- }
- ha-card .daywrap{
- border-top: 1px solid rgba(255, 255, 255, 0.2);
- }
- ha-card .event-left{
- width: 60px;
- }
- ha-card .single-event-container{
- line-height: 1.5em;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement