Skip to content
Merged
Changes from 1 commit
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 load first on the card. Options are Month View, Day View or List View.
Comment thread
zsarnett marked this conversation as resolved.
Outdated
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 first view that will show on the card. Options are dayGridMonth, dayGridDay and listWeek.
Comment thread
zsarnett marked this conversation as resolved.
Outdated
type: string
entities:
required: true
description: A list of calendar entities that will be displayed in the card.
Expand Down