mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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 %}
|
{% 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.
|
||||||
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user