I have been using HA a long time so all of my scripts were created by hand. I have a bunch of files in a scripts
directory and my configuration.yaml
has this…
####################################
# Scripts
####################################
script: !include_dir_merge_named scripts
I created a new script with the fancy new UI and after I saved it I couldn’t find it. After some looking I found the new script in a scripts.yaml
file in my config directory but my configuration does not read that file.
How can I use both sources? My scripts folder AND the scripts.yaml file the UI creates.