Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27832b0

Browse files
authored
Typo in automation.turn_off part (home-assistant#18378)
Changed "on" to "off", because the service automation.turn_off turns automations off, not on.
1 parent c3027f2 commit 27832b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/automation/services.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This service disables the automation's triggers, and optionally stops any curren
1919

2020
Service data attribute | Optional | Description
2121
-|-|-
22-
`entity_id` | no | Entity ID of automation to turn on. Can be a list. `none` or `all` are also accepted.
22+
`entity_id` | no | Entity ID of automation to turn off. Can be a list. `none` or `all` are also accepted.
2323
`stop_actions` | yes | Stop any currently active actions (defaults to true).
2424

2525
## Service {% my developer_call_service service="automation.toggle" %}

0 commit comments

Comments
 (0)