Fix remember_the_milk component configuration (#7417)

This commit is contained in:
Klaas Schoute 2018-11-08 09:28:55 +01:00 committed by Fabian Affolter
parent f85740dfd8
commit 1d2c1118a0

View File

@ -32,8 +32,6 @@ remember_the_milk:
``` ```
Configuration variables:
{% configuration %} {% configuration %}
name: name:
description: Name of the RTM account, as you can have several accounts in RTM. The name must be unique. description: Name of the RTM account, as you can have several accounts in RTM. The name must be unique.
@ -70,7 +68,7 @@ The task creation supports the "smart syntax", so to create a task with the tag
**Note:** **Note:**
At the moment, smart syntax is *not* supported when updating tasks. All smart syntax commands are ignored during the update and will end up as normal text in the name of the task. At the moment, smart syntax is *not* supported when updating tasks. All smart syntax commands are ignored during the update and will end up as normal text in the name of the task.
|Service data attribute | Optional | Description | Example | |Service data attribute | Optional | Description | Example |
|-----------------------|----------|-------------|---------| |-----------------------|----------|-------------|---------|
| name | no | Name of the new task, you can use the smart syntax here. | "do this ^today #from_hass" | | name | no | Name of the new task, you can use the smart syntax here. | "do this ^today #from_hass" |
| id | yes | Identifier for the task you're creating, can be used to update or complete the task later on | "myid" | | id | yes | Identifier for the task you're creating, can be used to update or complete the task later on | "myid" |
@ -79,9 +77,9 @@ At the moment, smart syntax is *not* supported when updating tasks. All smart sy
Complete a tasks that was privously created from Home Assistant. You can not complete tasks that were created outside of Home Assistant. Complete a tasks that was privously created from Home Assistant. You can not complete tasks that were created outside of Home Assistant.
If you have created your task with an ```id```, calling ```<account>_complete_task``` with the parameter ```id``` will then complete your task. If you have created your task with an ```id```, calling ```<account>_complete_task``` with the parameter ```id``` will then complete your task.
|Service data attribute | Optional | Description | Example | |Service data attribute | Optional | Description | Example |
|-----------------------|----------|-------------|---------| |-----------------------|----------|-------------|---------|
| id | no | Identifier that was defined when creating the task | "myid" | | id | no | Identifier that was defined when creating the task | "myid" |
@ -89,7 +87,6 @@ If you have created your task with an ```id```, calling ```<account>_complete_ta
Here's an example for an automation that creates a new task whenever ```sensor.mysensor``` is ```on``` and completes it when the sensor reports ```off```. This way it reminds you to switch it off. By using the ```entity_id``` as id for the task, you can use the same rule also for multiple sensors. Here's an example for an automation that creates a new task whenever ```sensor.mysensor``` is ```on``` and completes it when the sensor reports ```off```. This way it reminds you to switch it off. By using the ```entity_id``` as id for the task, you can use the same rule also for multiple sensors.
```yaml ```yaml
- id: mysensor_on - id: mysensor_on
trigger: trigger:
@ -113,7 +110,6 @@ Here's an example for an automation that creates a new task whenever ```sensor.m
``` ```
## {% linkable_title Disclaimer %} ## {% linkable_title Disclaimer %}
This product uses the Remember The Milk API but is not endorsed or certified by Remember The Milk. This product uses the Remember The Milk API but is not endorsed or certified by Remember The Milk.