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

Edit this Snippet