Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/_lovelace/calendar.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The Calendar card displays your calendar entities in a month, day and list view.
{% configuration_basic %}
Title:
description: The title displayed at the top of the card.
Initial View:
description: "The view that will show first when the card is loaded onto the page. Options are `Month View`, `Day View`, or `List View`."
Entities:
description: The calendar entities that will be displayed in the card.
Theme:
Expand All @@ -35,6 +37,10 @@ title:
required: false
description: The title of the card.
type: string
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
entities:
required: true
description: A list of calendar entities that will be displayed in the card.
Expand Down