PythonScriptsPro icon indicating copy to clipboard operation
PythonScriptsPro copied to clipboard

Advanced version of python scripts for Home Assistant without limits

Results 22 PythonScriptsPro issues
Sort by recently updated
recently updated
newest added

Hello! If in configuration.yaml for this integration I specify a variable from !secret, how can I get its value in the script? Like this: python_script: api_key: !secret api_key

question

Hi @AlexxIT Following there is a log from home assistant when i run a script from developer tools. ``` Traceback (most recent call last): File "/config/custom_components/python_script/__init__.py", line 106, in execute_script...

question