Correct rule action to rule language (#2657)

Signed-off-by: Mark Herwege <mherwege@users.noreply.github.com>
pull/2605/merge
Mark Herwege 2026-03-17 13:31:00 +01:00 committed by GitHub
parent 7ef25f9010
commit dca90a22d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -93,12 +93,12 @@ When run manually, the conditions are ignored.
If triggers define when the rule runs and conditions define what must be true for the rule to run, the actions define the rule's behaviors.
There are four categories of Actions.
| Action | Purpose |
|-----------------|---------------------------------------------------------|
| Item Action | to command or update an Item |
| Other Rules | to cause another rule to run |
| Audio and Voice | to cause TTS or an audio file to play on an audio sink |
| Script Action | to execute some code written in a supported rule action |
| Action | Purpose |
|-----------------|-----------------------------------------------------------|
| Item Action | to command or update an Item |
| Other Rules | to cause another rule to run |
| Audio and Voice | to cause TTS or an audio file to play on an audio sink |
| Script Action | to execute some code written in a supported rule language |
### A Note on Rule Languages