From 672b8f6627c779f8758f280fcac730d6cc5ccf69 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 May 2022 12:24:18 +0200 Subject: [PATCH] Add note about where to manage scripts (#22770) --- source/_integrations/script.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index f486eb98e5b..446d3d9cfac 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -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. +Scripts can be created via YAML configuration (described below) or via {% my scripts title="the UI" %}. + +{% my scripts badge %} + ## Configuration The sequence of actions is specified using the [Home Assistant Script Syntax](/getting-started/scripts/).