mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +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
|
||||
```
|
||||
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user