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 +``` +
Home Assistant cannot guarantee the quality or security of third-party add-ons. Use at your own risk.