From 16dd8701ba3dba35f1fad0df56789cc08d1ac03f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 31 Mar 2025 06:37:02 +0000 Subject: [PATCH] Fix sentence on action configuration --- source/_docs/scripts/perform-actions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts/perform-actions.markdown b/source/_docs/scripts/perform-actions.markdown index ce1120cdd5e..e83c6f6910a 100644 --- a/source/_docs/scripts/perform-actions.markdown +++ b/source/_docs/scripts/perform-actions.markdown @@ -5,7 +5,7 @@ description: "Instructions on how to perform actions in Home Assistant." Various integrations allow performing {% term actions %} when a certain event occurs. The most common one is performing an action when an automation {% term trigger %} happens. But an action can also be called from a {% term script %}, a dashboard, or via voice command devices such as Amazon Echo. -The configuration options to call a configuration are the same between all integrations and are described on this page. +The configuration options to perform action are the same between all integrations and are described on this page. Examples on this page will be given as part of an automation integration configuration but different approaches can be used for other integrations too.