diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index 1e485a84..e83afc42 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -43,7 +43,7 @@ As this approach uses containers, you may face challenges exposing hardware like * Open the command palette in Visual Studio Code - `Shift`+`Command`+`P`(Mac) / `Ctrl`+`Shift`+`P` (Windows/Linux). * Select `Tasks: Run Task` -> `Run Home Assistant Core` * A terminal should open and begin outputting activity. Check for errors and wait for the output to stop/slow down. - * Navigate a web browser to `https://localhost:8123`, and you should see the Home Assistant setup screen. + * Navigate a web browser to `http://localhost:8123`, and you should see the Home Assistant setup screen. In the future, if you want to get back to your development environment: open Visual Studio Code, click on the "Remote Explorer" button in the sidebar, select "Containers" at the top of the sidebar.