Workaround by hard linking scripts.yaml
into your custom scripts
folder:
ssh username@your_hass.ip
cd config
ln scripts.yaml your-script-folder/scripts.yaml
(This makes a “hard link
”, that is, the file scripts.yaml
now appears two places: as config/scripts.yaml
that will continue to be edited by the UI script editor, and as config/your-script-folder/scripts.yaml
and thus loaded just like your other scripts.)