Hello,
I just started with this so I’m quite new and any help is appreciated. EDIT
It looks like I “solved” it by creating an empty script it scripts.yaml and automations.yaml…
Now those scripts show up and I can edit and save them but if I create a new script I can’t save it.
The problem is when I try to use the Create and edit scripts/automations via the webGUI I can’t save them.
I see the configuration tab and I can press add a new script but for some reason the save button is not there. Sometimes I can see it for 1 msek but then it disappears.
The interesting part is that on the Overview I can see an automation script I created manually so Home Assistant can read the file but not write to it.(it doesn’t show up under Configuration->Automation)
Hi I have the same issue trying to create my first automation in the HA webGUI, the save button is missing.
Can you explain your fix in a bit more detail ?
What folder did you create the blank scripts in ?
Thanks.
All you have to do is edit the scripts.yaml file (usually located at /home/homeassistant/.homeassistant/)
Then you just have to add a simple script there like this:
testing:
alias: This is the new
sequence:
- data:
message: test
service: notify.notify
Reload the scripts via webGUI and it should pop up and if you make a change you should be able to save it.
Hi,
had the same issue with HA 0.58.x . There was some error visible in the Chrome developer console in that situation. So it was probably just a bug in that release.
After upgrading to 0.59, the save button was back (at least for now) and I was able to add and edit automations.
I remember trying Firefox before and I still couldn’t save but I might not have edited enough for it to save.
I’ve upgrade my HA to 0.59 I still can’t edit in Chrome but Firefox seems to be working as it should.