From d5abb5cc253c6dac9f99b033ebe7abeb3c3b08cc Mon Sep 17 00:00:00 2001 From: Markus Becker Date: Tue, 11 Jul 2023 19:47:46 +0200 Subject: [PATCH] Wrong port in the docs (#1838) --- docs/add-ons/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/testing.md b/docs/add-ons/testing.md index cd99c39a..6bd2258c 100644 --- a/docs/add-ons/testing.md +++ b/docs/add-ons/testing.md @@ -9,7 +9,7 @@ The fastest and recommended way to develop add-ons is using a local Visual Studi - Copy the [`tasks.json`](https://github.com/home-assistant/devcontainer/raw/main/addons/tasks.json) file to `.vscode/tasks.json` in your repository. - Open the root folder inside VS Code, and when prompted re-open the window inside the container (or, from the Command Palette, select 'Rebuild and Reopen in Container'). - When VS Code has opened your folder in the container (which can take some time for the first run) you'll need to run the task (Terminal -> Run Task) 'Start Home Assistant', which will bootstrap Supervisor and Home Assistant. -- You'll then be able to access the normal onboarding process via the Home Assistant instance at `http://localhost:7123/`. +- You'll then be able to access the normal onboarding process via the Home Assistant instance at `http://localhost:8123/`. - The add-on(s) found in your root folder will automatically be found in the Local Add-ons repository. ## Remote development