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.