Site updated at 2017-07-23 15:22:32 UTC

This commit is contained in:
Travis CI 2017-07-23 15:22:32 +00:00
parent 83b56921cb
commit b3beb6cbc2
26 changed files with 44 additions and 39 deletions

View file

@ -183,6 +183,11 @@ CMD [ "/run.sh" ]
<td>yes</td>
<td><code class="highlighter-rouge">initialize</code> will start addon on setup of hassio. <code class="highlighter-rouge">system</code> is for things like database and base not on other things. <code class="highlighter-rouge">services</code> will start before homeassistant. <code class="highlighter-rouge">application</code> is after homeassistant will start or <code class="highlighter-rouge">once</code> for application they dont run as deamon.</td>
</tr>
<tr>
<td>webui</td>
<td>no</td>
<td>A URL for webinterface of this add-on. Like <code class="highlighter-rouge">http://[HOST]:[PORT:2839]/dashboard</code>, the port need the internal port, we replace it later with the effective port.</td>
</tr>
<tr>
<td>boot</td>
<td>yes</td>