Python scripts editor in the front end

Similar to the Automations editor, this would enable the creation, editing and execution of scripts from the front end. In the ideal world it would include tab completion of entity id.s etc

As a temporary workaround you could use the HASS Configurator. With it you can simply create new files (Python scripts in this case). The entities HASS provides are available in the menu on the left, and there’s also the possibility to execute any kind of shell-commands. So by doing “python /tmp/testscript.py” you would get the output of the script.

1 Like

Thanks I will take a look :+1: