From f31d4c7974061cb4cae1adafabe30722f17c679d Mon Sep 17 00:00:00 2001 From: Mark <6531552+MarkusBiggus@users.noreply.github.com> Date: Wed, 7 May 2025 14:24:04 +1000 Subject: [PATCH] Update action.markdown (#38916) --- source/_docs/automation/action.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/action.markdown b/source/_docs/automation/action.markdown index 25c6d702c8f..85467c5c658 100644 --- a/source/_docs/automation/action.markdown +++ b/source/_docs/automation/action.markdown @@ -3,7 +3,7 @@ title: "Automation actions" description: "Automations result in action." --- -The action of an automation rule is what is being executed when a rule fires. The action part follows the [script syntax](/docs/scripts/) which can be used to interact with anything via other actions or events. +The action of an automation is what is being executed when an automation fires. The action part follows the [script syntax](/docs/scripts/) which can be used to interact with anything via other actions or events. For actions, you can specify the `entity_id` that it should apply to and optional parameters (to specify for example the brightness).