mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-12 04:20:44 +00:00
Add pyscript as an alternative to python_script (#15586)
This commit is contained in:
@@ -21,7 +21,7 @@ This integration allows you to write Python scripts that are exposed as services
|
||||
|
||||
<div class='note'>
|
||||
|
||||
It is not possible to use Python imports with this integration. If you want to do more advanced scripts, you can take a look at [AppDaemon](https://appdaemon.readthedocs.io/en/latest/)
|
||||
It is not possible to use Python imports with this integration. If you want to do more advanced scripts, you can take a look at [AppDaemon](https://appdaemon.readthedocs.io/en/latest/) or [pyscript](https://github.com/custom-components/pyscript)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user