mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Update Calendar Docs for new property on Calendar Card (#14613)
This commit is contained in:
parent
12fe97d007
commit
8e00021912
@ -16,6 +16,8 @@ The Calendar card displays your calendar entities in a month, day and list view.
|
|||||||
{% configuration_basic %}
|
{% configuration_basic %}
|
||||||
Title:
|
Title:
|
||||||
description: The title displayed at the top of the card.
|
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:
|
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:
|
||||||
@ -35,6 +37,10 @@ title:
|
|||||||
required: false
|
required: false
|
||||||
description: The title of the card.
|
description: The title of the card.
|
||||||
type: string
|
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:
|
entities:
|
||||||
required: true
|
required: true
|
||||||
description: A list of calendar entities that will be displayed in the card.
|
description: A list of calendar entities that will be displayed in the card.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user