This add-on runs Visual Studio Code, allowing you to edit your Home Assistant configuration straight from the web browser, embedded straight into the Home Assistant frontend UI, or via SSH.
Visual Studio Code runs as a remote server using code-server, and is a full fledged vscode experience.
This add-on combines elements of of hassio-addons/addon-ssh and hassio-addons/addon-vscode to create an all-in-one addition to your Home Assistant server.
📚 Read the full add-on documentation
Got questions?
Open an issue on GitHub. Note, we use a separate GitHub repository for each add-on. Please ensure you are creating the issue on the correct GitHub repository matching the add-on.
This is an active open-source project. We are always open to people who want to use the code or contribute to it.
We have set up a separate document containing our contribution guidelines.
Thank you for being involved!
-
Open project in it's dev container.
-
From the command palette, run
Tasks: Run Task
then selectStart Home Assistant
. -
Navigate to http://localhost:7123 for the local development instance of Home Assistant.
Note
See Local add-on testing for more details.