From 9700a638cad1442c2d82d57bfbc6c82cf3b6df75 Mon Sep 17 00:00:00 2001 From: smarthome-10 Date: Sat, 6 Dec 2025 06:00:47 +0100 Subject: [PATCH] Add glossary to integration in Python Scripts (#42272) --- source/_integrations/python_script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/python_script.markdown b/source/_integrations/python_script.markdown index 7ebf71101a0..b913226418d 100644 --- a/source/_integrations/python_script.markdown +++ b/source/_integrations/python_script.markdown @@ -9,7 +9,7 @@ ha_domain: python_script ha_integration_type: integration --- -This integration allows you to write Python scripts that are exposed as actions in Home Assistant. Each Python file created in the `/python_scripts/` folder will be exposed as an action. The content is not cached so you can easily develop: edit file, save changes, perform action. The scripts are run in a sandboxed environment. The following variables are available in the sandbox: +This {% term integration %} allows you to write Python scripts that are exposed as actions in Home Assistant. Each Python file created in the `/python_scripts/` folder will be exposed as an action. The content is not cached so you can easily develop: edit file, save changes, perform action. The scripts are run in a sandboxed environment. The following variables are available in the sandbox: | Name | Description | | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------ |