PythonScriptsPro
PythonScriptsPro copied to clipboard
Advanced version of python scripts for Home Assistant without limits
 script call  File  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...
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...
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'
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...