mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 22:37:36 +00:00
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:
parent
c3027f2562
commit
27832b0ade
@ -19,7 +19,7 @@ This service disables the automation's triggers, and optionally stops any curren
|
||||
|
||||
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).
|
||||
|
||||
## Service {% my developer_call_service service="automation.toggle" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user