diff --git a/source/_lovelace/calendar.markdown b/source/_lovelace/calendar.markdown index cd01ccb43669..91e64031148e 100644 --- a/source/_lovelace/calendar.markdown +++ b/source/_lovelace/calendar.markdown @@ -41,6 +41,14 @@ initial_view: required: false description: "The view that will show first when the card is loaded onto the page. Options are `dayGridMonth`, `dayGridDay`, and `listWeek`." type: string +multi_day: + required: false + description: "Whether to display multi-day events in blocks spanning the calendar, the way they are shown in the Calendar panel on the sidebar. Defaults to false." + type: boolean +height: + required: false + description: "The height at which to render the card, specified as a number in pixels (e.g., 400 for 400px). This is recommended when using the `multi_day` option. Defaults to 400." + type: number entities: required: true description: A list of calendar entities that will be displayed in the card. @@ -55,6 +63,8 @@ Example: ```yaml type: calendar +multi_day: true +height: 900 entities: - calendar.calendar_1 - calendar.calendar_2