Typo in automation.turn_off part (#18378)

Changed "on" to "off", because the service automation.turn_off turns automations off, not on.
This commit is contained in:
drfinn15 2021-07-05 11:13:02 +02:00 committed by GitHub
parent c3027f2562
commit 27832b0ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ This service disables the automation's triggers, and optionally stops any curren
Service data attribute | Optional | Description Service data attribute | Optional | Description
-|-|- -|-|-
`entity_id` | no | Entity ID of automation to turn on. Can be a list. `none` or `all` are also accepted. `entity_id` | no | Entity ID of automation to turn off. Can be a list. `none` or `all` are also accepted.
`stop_actions` | yes | Stop any currently active actions (defaults to true). `stop_actions` | yes | Stop any currently active actions (defaults to true).
## Service {% my developer_call_service service="automation.toggle" %} ## Service {% my developer_call_service service="automation.toggle" %}