Scripts not saving

OK it dawned on me while installing this i still cannot change that as you select the disk image that you download from ha. I loaded it anyways but oddly it isn’t binding to my interface so I only get an internal nat for IP. I might try it later but as of now I cannot get to it.

You probably need to shut down your current HA to install the new one, since they will try to reserve them ports.

yea i did that

Can you not change it once the VM is shutdown?
I know Hyper-V can do this, but I am a bit rusty on VirtualPC.

I just found a similar issue where the user had removed default_config from the configuration.yaml
default_config include script.yaml as default, so if default_config is removed and you want to keep editing scripts with the gui editor, which can only use scripts.yaml, then you need to use the command !include command for that specific file.

script: !include scripts.yaml
5 Likes

Thanks, I actually found something yesterday about HACS and caused me to check configuration.yaml and it had commented out script references. Sorry not able to access to show. I am going to try that tomorrow.

As long as it works. :slight_smile:

sure enough. i pulled it and restarted ha. looked in scripts and they are all there now.

Good to hear :slight_smile:

Works for me, thanks!