Update "listWeek" for calendar card (#25158)

This commit is contained in:
Philip Allgaier 2022-12-07 17:52:24 +01:00 committed by Franck Nijhof
parent d3cf9a6812
commit 4baa10ac5a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -5,7 +5,7 @@ sidebar_label: Calendar
description: "The calendar card displays your calendar entities in a month, day and list view" description: "The calendar card displays your calendar entities in a month, day and list view"
--- ---
The Calendar card displays your [calendar](/integrations/#calendar) entities in a month, day and list view. The Calendar card displays your [calendar](/integrations/#calendar) entities in a month, day and list view (7 days).
<p class='img'> <p class='img'>
<img src='/images/dashboards/calendar_card.png' alt='Screenshot of the <img src='/images/dashboards/calendar_card.png' alt='Screenshot of the
@ -21,7 +21,7 @@ To add the Calendar card to your user interface, click the menu (three dots at t
Title: Title:
description: The title displayed at the top of the card. description: The title displayed at the top of the card.
Initial View: 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`." description: "The view that will show first when the card is loaded onto the page. Options are `Month View`, `Day View`, or `List (7 days)`."
Entities: Entities:
description: The calendar entities that will be displayed in the card. description: The calendar entities that will be displayed in the card.
Theme: Theme:
@ -43,7 +43,7 @@ title:
type: string type: string
initial_view: initial_view:
required: false required: false
description: "The view that will show first when the card is loaded onto the page. Options are `dayGridMonth`, `dayGridDay`, and `list`." description: "The view that will show first when the card is loaded onto the page. Options are `dayGridMonth`, `dayGridDay`, and `listWeek`. Note that `listWeek` does show the next 7 days, not a calendar week."
type: string type: string
entities: entities:
required: true required: true