Update development_environment.mdx (#1879)

This commit is contained in:
Joost Lekkerkerker 2023-08-16 00:08:52 +02:00 committed by GitHub
parent 5619caa7b1
commit 68b6b21b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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). * 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` * 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. * 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. 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.