Update Calendar Docs for new property on Calendar Card (#14613)

This commit is contained in:
Zack Barett 2020-09-28 08:08:18 -05:00 committed by GitHub
parent 12fe97d007
commit 8e00021912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.