From 682c89fc99a9dffdb50f5ffa2693774596d4f245 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 12 May 2017 01:56:52 +0200 Subject: [PATCH] Update addon_testing.markdown --- source/hassio/addon_testing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/addon_testing.markdown b/source/hassio/addon_testing.markdown index ee393ebc420..8c8de685f14 100644 --- a/source/hassio/addon_testing.markdown +++ b/source/hassio/addon_testing.markdown @@ -11,7 +11,7 @@ footer: true The fastest way to develop add-ons is by adding them to your local add-on repository. To access your local add-on repository, install either the [Samba add-on] or [SSH add-on]. -Right now add-ons will only work with images that are stored on Docker Hub (using `image` from add-on config). We're working on enabling local add-ons to be built on the device. +Right now add-ons will work with images that are stored on Docker Hub (using `image` from add-on config). Without `image` inside local add-ons repository it to be built on the device. ## {% linkable_title Local run %}