Site updated at 2017-05-14 18:26:22 UTC
This commit is contained in:
parent
a1a894c8eb
commit
8c911b77d8
28 changed files with 54 additions and 40 deletions
|
@ -68,7 +68,18 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>So you’ve got Home Assistant going and you’ve been enjoying the built-in add-ons but you’re missing this one application. Time to make your own add-on! In Hass.io 0.24 we introduced the option to have local add-ons be build on your device. This is great for developing new add-ons locally.</p>
|
||||
<p>To get started with developing add-ons, we first need access to where Hass.io looks for local add-ons. You can choose to either enable the Samba add-on for this or use the SSH add-on. Once you have located your add-on directory, it’s time to get started!</p>
|
||||
<p>To get started with developing add-ons, we first need access to where Hass.io looks for local add-ons. For this you can use the Samba add-on or the SSH add-on.</p>
|
||||
<p>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.</p>
|
||||
<p class="img">
|
||||
<img src="/images/hassio/tutorial/samba.png" />
|
||||
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.
|
||||
</p>
|
||||
<p>For SSH, you will have to install it. Before you can start it, you will have to have a private/public key pair and store your public key in the add-on config (<a href="/addons/ssh/">see docs for more info</a>). Once started, you can SSH to Hass.io and store your custom add-ons in “/addons”.</p>
|
||||
<p class="img">
|
||||
<img src="/images/hassio/tutorial/ssh.png" />
|
||||
Once you SSH into your Hass.io box, you have access to your add-ons in “/addons”.
|
||||
</p>
|
||||
<p>Once you have located your add-on directory, it’s time to get started!</p>
|
||||
<h2><a class="title-link" name="step-1-the-basics" href="#step-1-the-basics"></a> Step 1: The basics</h2>
|
||||
<ul>
|
||||
<li>Create a new directory called <code class="highlighter-rouge">hello_world</code></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue