Remove reference to standalone addon testing (#883)

This commit is contained in:
Joakim Sørensen 2021-04-12 13:07:08 +02:00 committed by GitHub
parent e72a156c8d
commit c65125d00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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