I have HA running in Docker on Synology NAS box. I installed the Visual Studio Code on my PC. I added the config helper extension. I hooked up the extension to my HA on the NAS. I can see and open and save config yaml files. And the various parts work in VS Code. However, the part I wanted most doesn’t work. Autocompletion of entity ids. It says, “No suggestions”.
I also see an error:
Error connecting to your Home Assistant Server at mydomain:8123 and token 'eyJ0e...',
check your network or update your VS Code Settings, make sure to (also) check your workspace settings!
Error:SyntaxError: The URL's protocol must be one of "ws:", "wss:", or "ws+unix:"
I don’t know what that is trying to tell me. Anybody have a clue?
… time passes …
I tried putting the http in http://mydomain:8123 and now I at least get “loading”.
… time passes …
It finally logged something in output. I think it resolved the domain name to an outside address and I’ll try a local IP instead. The outside address works fine to open up HA in a browser.