mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Fix Todoist calendar component configuration (#7092)
This commit is contained in:
parent
6646ff4a7e
commit
e8a8330096
@ -30,7 +30,7 @@ calendar:
|
|||||||
token: YOUR_API_TOKEN
|
token: YOUR_API_TOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
token:
|
token:
|
||||||
description: The API token used to authorize Home Assistant to access your projects. Above you have more info about it.
|
description: The API token used to authorize Home Assistant to access your projects. Above you have more info about it.
|
||||||
required: true
|
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).
|
description: Only include tasks with at least one of these labels (i.e., this works as an `or` statement).
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Custom Projects %}
|
### {% 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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user