Update action.markdown (#38916)

This commit is contained in:
Mark 2025-05-07 14:24:04 +10:00 committed by GitHub
parent 4e1d03831e
commit f31d4c7974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).