mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Fix typo in documentation (#19512)
This commit is contained in:
parent
f478d76df5
commit
ed3e4ca085
@ -94,7 +94,7 @@ Here's an example for an automation that creates a new task whenever `sensor.mys
|
|||||||
action:
|
action:
|
||||||
- service: remember_the_milk.myaccount_create_task
|
- service: remember_the_milk.myaccount_create_task
|
||||||
data:
|
data:
|
||||||
name: "Please switch of {{trigger.entity_id}}"
|
name: "Please switch off {{trigger.entity_id}}"
|
||||||
id: "{{trigger.entity_id}}"
|
id: "{{trigger.entity_id}}"
|
||||||
- id: mysensor_off
|
- id: mysensor_off
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user