Python Script Assistant
python-script-assistant
Support Python scripting
You can list a component in the marketplace, and define if you want it to be a template.
✅ Available in Marketplace
✅ Can be used as a template to create a new component
What is an Assistant?
Assistants are the building blocks of the automation system. They are the components that decides the actual work of the automation system. They can be used to perform a wide variety of tasks, from sending notifications, building pipelines and organizing workflow.
Options
Below are the options for this assistant.
Option Name | Default | Required? | Type | Description |
---|---|---|---|---|
script | print('Hello World') | True | pythonScript | The Python script that will be executed |
run_in_pipeline | True | True | boolean | Run the script in a pipeline and write back the output |
## Scheduling
This assistant can be scheduled to run at a specific time or periodically.
## Reactive
This assistant can be triggered by content based events on stores which it is monitoring.
## Custom Events
This assistant also supports custom events that you can use to trigger automations. These events are listed below.
### Test
None
No options are available for this component