From 8eaf093eefed6d3c4b131b4a745c4c166daa788f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 7 May 2017 14:38:02 -0700 Subject: [PATCH] Update addon_testing.markdown --- source/hassio/addon_testing.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/hassio/addon_testing.markdown b/source/hassio/addon_testing.markdown index 19b023d1933..6b53ae1e225 100644 --- a/source/hassio/addon_testing.markdown +++ b/source/hassio/addon_testing.markdown @@ -9,6 +9,13 @@ sharing: true 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 Dockerhub (using `image` from add-on config). We're working on enabling local add-ons to be built on the device. + ## {% linkable_title Logs %} All stdout and stderr is redirected to the Docker logs. The logs can be fetched from the add-on page inside the Hass.io panel in Home Assistant. + +[Samba add-on]: /addons/samba/ +[SSH add-on]: /addons/ssh/