Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_components/remember_the_milk.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To be able to use this component, you need a Remember The Milk account and you n
# Example configuration.yaml entry

remember_the_milk:
your_rtm_account:
- name: your_rtm_account
api_key: <your secret api key goes here>
shared_secret: <your secret shared secret goes here>

Expand All @@ -35,7 +35,7 @@ remember_the_milk:
Configuration variables:

{% configuration %}
account_name:
name:
description: Name of the RTM account, as you can have serveral accounts in RTM. The name must be unique.
required: true
type: string
Expand Down