From e8a833009655d3934e71723c437d5cce1a5096e8 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 25 Oct 2018 23:52:10 +0200 Subject: [PATCH] Fix Todoist calendar component configuration (#7092) --- source/_components/calendar.todoist.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/calendar.todoist.markdown b/source/_components/calendar.todoist.markdown index c47e1196d9f..36c6e844b78 100644 --- a/source/_components/calendar.todoist.markdown +++ b/source/_components/calendar.todoist.markdown @@ -30,7 +30,7 @@ calendar: token: YOUR_API_TOKEN ``` -Configuration variables: +{% configuration %} token: description: The API token used to authorize Home Assistant to access your projects. Above you have more info about it. required: true @@ -56,6 +56,7 @@ custom_projects: description: Only include tasks with at least one of these labels (i.e., this works as an `or` statement). required: false type: list +{% endconfiguration %} ### {% linkable_title Custom Projects %} Creating custom projects is super-easy and quite powerful. All you need to run the basic Todoist projects is your API token, but if you wanted, you could go even deeper. Here's an example: