mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Corrected syntax for remember the milk config (#3892)
This commit is contained in:
parent
4e61e68e7c
commit
8be4e77c6e
@ -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
|
# Example configuration.yaml entry
|
||||||
|
|
||||||
remember_the_milk:
|
remember_the_milk:
|
||||||
your_rtm_account:
|
- name: your_rtm_account
|
||||||
api_key: <your secret api key goes here>
|
api_key: <your secret api key goes here>
|
||||||
shared_secret: <your secret shared secret goes here>
|
shared_secret: <your secret shared secret goes here>
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ remember_the_milk:
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
account_name:
|
name:
|
||||||
description: Name of the RTM account, as you can have serveral accounts in RTM. The name must be unique.
|
description: Name of the RTM account, as you can have serveral accounts in RTM. The name must be unique.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user