From 86e7cb710efa596141efdfc8e25724200d690f32 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:12:48 +0100 Subject: [PATCH] Common tasks: remove dev docs. Reverts #29637 (#29640) --- source/_includes/common-tasks/third-party-addons.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_includes/common-tasks/third-party-addons.md b/source/_includes/common-tasks/third-party-addons.md index b6f82ffbf5d..d2b6c373203 100644 --- a/source/_includes/common-tasks/third-party-addons.md +++ b/source/_includes/common-tasks/third-party-addons.md @@ -6,12 +6,6 @@ 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.