From c65125d00feb8bccae2434c334f01f90e6166801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 12 Apr 2021 13:07:08 +0200 Subject: [PATCH] Remove reference to standalone addon testing (#883) --- docs/add-ons/testing.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/add-ons/testing.md b/docs/add-ons/testing.md index 9cd62043..ac21ce9a 100644 --- a/docs/add-ons/testing.md +++ b/docs/add-ons/testing.md @@ -11,11 +11,8 @@ The fastest and recommended way to develop add-ons is using a local Visual Studi - You'll then be able to access the normal onboarding process via the Home Assistant instance at `http://localhost:7123/`. - The add-on(s) found in your root folder will automatically be found in the Local Add-ons repository. -For standalone add-ons, there also exists an [addon devcontainer template][hassio-addon-devcontainer] on GitHub which provides the same boilerplate dev container for new add-on projects. - [hassio-addons]: https://github.com/home-assistant/hassio-addons [remote-containers]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers -[hassio-addon-devcontainer]: https://github.com/issacg/hassio-addon-devcontainer :::info