You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/automation/action.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Automation actions"
3
3
description: "Automations result in action."
4
4
---
5
5
6
-
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.
6
+
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.
7
7
8
8
For actions, you can specify the `entity_id` that it should apply to and optional parameters (to specify for example the brightness).
0 commit comments