From f52e10e586a5fe2a4e06bc0e6a1db5f4532481f8 Mon Sep 17 00:00:00 2001 From: Florian Bachmann <834350+baflo@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:20:58 +0100 Subject: [PATCH] Update third-party-addons.md (#29637) --- source/_includes/common-tasks/third-party-addons.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_includes/common-tasks/third-party-addons.md b/source/_includes/common-tasks/third-party-addons.md index d2b6c373203..b6f82ffbf5d 100644 --- a/source/_includes/common-tasks/third-party-addons.md +++ b/source/_includes/common-tasks/third-party-addons.md @@ -6,6 +6,12 @@ Home Assistant allows anyone to create add-on repositories to share their add-on https://github.com/home-assistant/hassio-addons-example ``` +You can also add a development branch from a given repository by appending its name following a hashtag. + +```text +https://github.com/home-assistant/hassio-addons-example#dev +``` +