Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. type: custom:calendar-card-pro
  2. entities:
  3. - entity: calendar.events
  4. accent_color: "#ff77a9"
  5. categories:
  6. - category: Movie
  7. label: ๐ŸŽฌ
  8. accent_color: "#ffcc00"
  9. - category: Game Night
  10. label: ๐ŸŽฎ
  11. accent_color: "#4caf50"
  12. - category: Concert
  13. label: ๐ŸŽŸ๏ธ
  14. accent_color: "#ff4081"
  15. - category: Birthday
  16. label: ๐ŸŽ‚
  17. accent_color: "#ff77a9"
  18. - category: Meeting
  19. label: ๐Ÿ“Œ
  20. accent_color: "#03a9f4"
  21. - category: Doctor
  22. label: ๐Ÿฉบ
  23. accent_color: "#03a9f4"
  24. - category: Chiropractor
  25. label: ๐Ÿฉบ
  26. accent_color: "#03a9f4"
  27. - entity: calendar.kids_school
  28. accent_color: "#6c63ff"
  29. label: ๐ŸŽ“
  30. - entity: calendar.holidays_in_united_states
  31. accent_color: "#ffa500"
  32. label: ๐ŸŽ‰
  33. - entity: calendar.birthdays
  34. accent_color: "#ff77a9"
  35. label: ๐ŸŽ‚
  36. days_to_show: 7
  37. max_events_to_show: 7
  38. event_background_opacity: 15
  39. vertical_line_width: 3px
  40. show_week_numbers: iso
  41. show_current_week_number: true
  42. first_day_of_week: sunday
  43. week_number_font_size: 12px
  44. week_number_color: var(--primary-text-color)
  45. week_number_background_color: "#03a9f450"
  46. day_font_size: 17px
  47. day_color: "#03a9f430"
  48. day_separator_width: 1px
  49. day_separator_color: "#03a9f430"
  50. week_separator_width: 2px
  51. week_separator_color: "#03a9f480"
  52. month_separator_width: 3px
  53. month_separator_color: "#03a9f4"
  54. title: ๐Ÿ“… Animekingโ€™s Time Chronicles โœจ
  55. title_font_size: 20px
  56. title_color: white
  57. background_color: var(--ha-card-background)
  58. font_family: Comic Neue
  59. today_indicator: true
  60. today_day_color: yellow
  61. tap_action:
  62. action: expand
  63. hold_action:
  64. action: navigate
  65. navigation_path: calendar

Edit this Snippet