Closed distante closed 1 year ago
this will be a "dashboard" mode, i.e. esphome is not locally on the vscode os.
I'm not sure if esphome has a login form enabled when running in docker, in that case you'll have to disable it, may be with and environment setting, something like - ESPHOME_LEAVE_FRONT_DOOR_OPEN=true
but again I'm not sure this is needed or how it's done.
You know it should work if you go to http://localhost:6052/vscode and it says: Can "Upgrade" only to "WebSocket".
There is nothing to do on the device-config.yml file, you have to go to esphome settings ui in vscode make sure to set localhost:6052 and dashboard for validator
last when you open your yaml file is vscode make sure at the right of the status bar it says ESPHome instead of Yaml or something else
Ah! Thank worked changing the settings of the plugin, and, in my case, manually set ESPHOME
instead of YAML`.
No extra changes required.
I think it would be good to have that screenshot on the README. To be honest, I didn't even realize that there were configurations in VS Code for the plugin. 🫣
Thank you!
I am having problems understanding how to get the plugin to work when running esphome locally on my mac.
I start ESPHOMe with this docker-compose
How can I let the plugin know that it should take a look at
localhost:6052
to get the info when I open myesphome/config/device-config.yml
file?I am running this completely outside of home assistant.