From 5d240e18983deedd10488b441edacd7391a3ba00 Mon Sep 17 00:00:00 2001 From: Jonatan Castro Date: Sun, 18 Jun 2017 13:09:58 +0200 Subject: [PATCH] Update addon_tutorial.markdown (#2831) Had a hard time making Samba work on macOS and this was the solution provided so hopefully it helps! --- source/hassio/addon_tutorial.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/hassio/addon_tutorial.markdown b/source/hassio/addon_tutorial.markdown index 11ea9d13e7f..32855ad745c 100644 --- a/source/hassio/addon_tutorial.markdown +++ b/source/hassio/addon_tutorial.markdown @@ -15,6 +15,8 @@ To get started with developing add-ons, we first need access to where Hass.io lo For Samba, once you have enabled and started it, your Hass.io instance will show up in your local network tab and share a folder called "addons". This is the folder to store your custom add-ons. +If you are on macOS and the folder is not showing up automatically, go to Finder and press CMD+K then enter 'smb://hassio.local' +

With Samba add-on enabled, you can browse to your Hass.io server over the local network. It will contain an addons folder to store your local add-ons.