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.
This commit is contained in:
Dubh Ad 2019-10-12 18:45:51 +01:00 committed by Franck Nijhof
parent 4e1f6df634
commit 801f96d366

View File

@ -8,7 +8,7 @@ ha_qa_scale: internal
ha_release: 0.7 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 ## Configuration