From 8e000219128b8ace3bf4448b6ea9614f746f63ed Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Mon, 28 Sep 2020 08:08:18 -0500 Subject: [PATCH] Update Calendar Docs for new property on Calendar Card (#14613) --- source/_lovelace/calendar.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_lovelace/calendar.markdown b/source/_lovelace/calendar.markdown index 476162bed73..cd01ccb4366 100644 --- a/source/_lovelace/calendar.markdown +++ b/source/_lovelace/calendar.markdown @@ -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.