mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Fix remember_the_milk component configuration (#7417)
This commit is contained in:
parent
f85740dfd8
commit
1d2c1118a0
@ -32,8 +32,6 @@ remember_the_milk:
|
||||
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Name of the RTM account, as you can have several accounts in RTM. The name must be unique.
|
||||
@ -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.
|
||||
|
||||
|
||||
```yaml
|
||||
- id: mysensor_on
|
||||
trigger:
|
||||
@ -113,7 +110,6 @@ Here's an example for an automation that creates a new task whenever ```sensor.m
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
## {% linkable_title Disclaimer %}
|
||||
|
||||
This product uses the Remember The Milk API but is not endorsed or certified by Remember The Milk.
|
||||
|
Loading…
x
Reference in New Issue
Block a user