mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Added limitation to the documentation of python scripts. (#37889)
* Update python_script.markdown Added limitation. * Tweak --------- Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
92ac3330d9
commit
04cf6b7569
@ -28,7 +28,8 @@ Other imports like `min`, `max` are available as builtins. See the [python_scrip
|
||||
[logger-api]: https://docs.python.org/3.7/library/logging.html#logger-objects
|
||||
|
||||
{% 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/) or [pyscript](https://github.com/custom-components/pyscript)
|
||||
- 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)
|
||||
- It is not possible to include your script as a button on the dashboard. A workaround is to create a [helper button](/integrations/input_button/) and create automation to run your script when the button state changes.
|
||||
{% endnote %}
|
||||
|
||||
## Writing your first script, reading input and logging the activity
|
||||
|
Loading…
x
Reference in New Issue
Block a user