From 801f96d366fa7261e6f3cb011c98177ef25fc1a1 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Sat, 12 Oct 2019 18:45:51 +0100 Subject: [PATCH] Clarity update on the script docs (#10746) It came up today in [DrZzs Discord](https://discordapp.com/channels/469330414121517056/476055894447357952/632626645139980288) that the wording makes it seem like scripts are run when Home Assistant starts. A minor tweak to make it hopefully clearer that it's turning on _the script_ that makes it run. --- source/_integrations/script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index 09ba6536dcd..846f5e8e54b 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -8,7 +8,7 @@ ha_qa_scale: internal ha_release: 0.7 --- -The `script` integration allows users to specify a sequence of actions to be executed by Home Assistant when turned on. The script integration will create an entity for each script and allow them to be controlled via services. +The `script` integration allows users to specify a sequence of actions to be executed by Home Assistant. These are run when you turn the script on. The script integration will create an entity for each script and allow them to be controlled via services. ## Configuration