Site updated at 2017-07-15 06:02:59 UTC
This commit is contained in:
parent
7c26528c2c
commit
7710094925
121 changed files with 4360 additions and 2316 deletions
|
@ -75,7 +75,10 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Hass.io allows anyone to create add-on repositories to easily share their add-ons for Hass.io. To try this locally, you can use our example add-on repository at <code class="highlighter-rouge">https://github.com/home-assistant/hassio-addons-example</code>.</p>
|
||||
<p>Hass.io allows anyone to create add-on repositories to easily share their add-ons for Hass.io. To try this locally, you can use our example add-on repository at</p>
|
||||
<div class="language-text highlighter-rouge"><pre class="highlight"><code>https://github.com/home-assistant/hassio-addons-example
|
||||
</code></pre>
|
||||
</div>
|
||||
<p class="note warning">
|
||||
Home Assistant cannot guarantee the quality or security of third party add-ons. Use at your own risk.
|
||||
</p>
|
||||
|
@ -88,7 +91,7 @@ From the Hass.io main panel open the add-on store.
|
|||
Add the urls of repositories (one per line) and then press “Save”. A new card for the repository will appear.
|
||||
</p>
|
||||
<h3><a class="title-link" name="help-repository-is-not-showing-up" href="#help-repository-is-not-showing-up"></a> Help: Repository is not showing up</h3>
|
||||
<p>If you have added a repository but it’s not showing up, it means that the repository contains invalid configuration. Go to the Hass.io panel -> Supervisor card -> View logs and scroll to the bottom. It should tell you what went wrong. Report this information to the repository author.</p>
|
||||
<p>If you have added a repository but it’s not showing up, it means that the repository contains invalid configuration. Go to the Hass.io panel -> Three dot menu -> Advanced Settings -> Supervisor card -> View logs and scroll to the bottom. It should tell you what went wrong. Report this information to the repository author.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -103,24 +106,21 @@ Add the urls of repositories (one per line) and then press “Save”. A new car
|
|||
<li><a href='/hassio/installation/'>Installation </a></li>
|
||||
<li><a href='/addons/'>Available add-ons </a></li>
|
||||
<li><a class='active' href='/hassio/installing_third_party_addons/'>Installing third-party add-ons </a></li>
|
||||
<li><a href='/hassio/external_storage/'>External storage </a></li>
|
||||
<li><a href='/hassio/run_local/'>Execute local things </a></li>
|
||||
<li><a href='/hassio/architecture/'>Architecture </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class='divided sidebar-menu'>
|
||||
<li>
|
||||
<a href='/hassio/addon_development/'>Add-on Development </a>
|
||||
Advanced
|
||||
<ul>
|
||||
<li><a href='/hassio/addon_tutorial/'>Tutorial: Making your first add-on </a></li>
|
||||
<li><a href='/hassio/addon_config/'>Configuration </a></li>
|
||||
<li><a href='/hassio/addon_testing/'>Local Testing </a></li>
|
||||
<li><a href='/hassio/addon_publishing/'>Publishing </a></li>
|
||||
<li><a href='/hassio/addon_repository/'>Repositories </a></li>
|
||||
<li><a href='/hassio/zwave/'>Z-Wave </a></li>
|
||||
<li><a href='/hassio/external_storage/'>External storage </a></li>
|
||||
<li><a href='/hassio/run_local/'>Execute local things </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href='/hassio/debugging/'>Debugging Hass.io </a></li>
|
||||
</ul>
|
||||
<ul class='divided sidebar-menu'>
|
||||
<li><a href='/developers/hassio/addon_development/'>Looking to create an add-on?</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue