Skip to content

Commit 8be4e77

Browse files
scottjones4kfabaff
authored andcommitted
Corrected syntax for remember the milk config (home-assistant#3892)
1 parent 4e61e68 commit 8be4e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/remember_the_milk.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To be able to use this component, you need a Remember The Milk account and you n
2626
# Example configuration.yaml entry
2727

2828
remember_the_milk:
29-
your_rtm_account:
29+
- name: your_rtm_account
3030
api_key: <your secret api key goes here>
3131
shared_secret: <your secret shared secret goes here>
3232

@@ -35,7 +35,7 @@ remember_the_milk:
3535
Configuration variables:
3636

3737
{% configuration %}
38-
account_name:
38+
name:
3939
description: Name of the RTM account, as you can have serveral accounts in RTM. The name must be unique.
4040
required: true
4141
type: string

0 commit comments

Comments
 (0)