From 27832b0adec7a72ccea888840656e0594de233ca Mon Sep 17 00:00:00 2001 From: drfinn15 <81082169+drfinn15@users.noreply.github.com> Date: Mon, 5 Jul 2021 11:13:02 +0200 Subject: [PATCH] Typo in automation.turn_off part (#18378) Changed "on" to "off", because the service automation.turn_off turns automations off, not on. --- source/_docs/automation/services.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/services.markdown b/source/_docs/automation/services.markdown index 40e9ceaf90d..74e3f923de8 100644 --- a/source/_docs/automation/services.markdown +++ b/source/_docs/automation/services.markdown @@ -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" %}