mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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 %}
|
||||
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:
|
||||
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user