Add note about where to manage scripts (#22770)

This commit is contained in:
Franck Nijhof 2022-05-16 12:24:18 +02:00 committed by GitHub
parent 82cf21b8c8
commit 672b8f6627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@ ha_integration_type: integration
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. 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.
Scripts can be created via YAML configuration (described below) or via {% my scripts title="the UI" %}.
{% my scripts badge %}
## Configuration ## Configuration
The sequence of actions is specified using the [Home Assistant Script Syntax](/getting-started/scripts/). The sequence of actions is specified using the [Home Assistant Script Syntax](/getting-started/scripts/).