Add glossary to integration in Python Scripts (#42272)

This commit is contained in:
smarthome-10 2025-12-06 06:00:47 +01:00 committed by GitHub
parent 84c5776ed1
commit 9700a638ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 `<config>/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 `<config>/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 |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------ |