pyscript icon indicating copy to clipboard operation
pyscript copied to clipboard

Pyscript adds rich Python scripting to HASS

Results 151 pyscript issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/pyscript/__init__.py", line 375, in async_setup_entry await watchdog_start(hass, pyscript_folder, reload_scripts_handler) File "/config/custom_components/pyscript/__init__.py",...