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

![image](https://user-images.githubusercontent.com/61240309/185659839-c0e34543-fe07-48ce-a85e-60224c6b87fd.png) script call ![image](https://user-images.githubusercontent.com/61240309/185659890-b7b52b21-5739-4452-a83d-21d2e8b8f948.png) File ![image](https://user-images.githubusercontent.com/61240309/185659921-b4ac178d-ef27-4198-85f1-0a8269b477c1.png) Can you help me please ?

Hello, I have this error after update my HA (downgrade have not change), advance that my script worked perfectly Can you help me Cette erreur provient d'une intégration personnalisée Logger:...

Is there any way to run scripts that use selenium? from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager import paho.mqtt.publish as publish import json ``` # Web Options options =...

Hi, thank you for the great component. I'm running Home Assistant 2022.2.9 either 'core' or docker version. The following simple button ``` type: button name: Reboot show_state: false tap_action: action:...

It appears that functions (and by extension, lambdas) don't have access to things outside their scope, example: ``` def foobar(): pass foobar() (lambda: foobar())() ``` Fails with: ``` 2021-09-17 19:05:11...

``` 2020-08-14 08:27:02 ERROR (SyncWorker_6) [custom_components.python_script] Error executing script: length of value must be at least 1 for dictionary value @ data['options'] Traceback (most recent call last): File "/config/custom_components/python_script/__init__.py", line...

bug

Hi, I'm new to this so I'd appreciate some help. I'm trying to display my external ip (per your example) but I get the following in the log. What should...

question

Traceback (most recent call last): File "/config/custom_components/python_script/sensor.py", line 65, in update exec(self.code) File "", line 3, in AttributeError: 'PythonSensor' object has no attribute 'config'

enhancement

Is it possible for the context of a service call to be wired in so that when PythonScriptsPro calls a service and changes the state of a device it shows...

enhancement