Site updated at 2017-11-29 07:01:02 UTC
This commit is contained in:
parent
e7070436da
commit
9fede7626b
27 changed files with 79 additions and 70 deletions
|
@ -74,17 +74,23 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">logentries</code> component makes it possible to log all state changes to <a href="http://logentries.com/">your Logentries account</a> using Logentries Webhook endpoint and a token based log</p>
|
||||
<p>The <code class="highlighter-rouge">logentries</code> component makes it possible to log all state changes to <a href="http://logentries.com/">Logentries</a> using Logentries Webhook endpoint.</p>
|
||||
<p>Open the <strong>Add a Log</strong> page and choose <strong>Manual</strong>. Enter a name for your log in <strong>Log Name</strong>, add a group in <strong>Select Log Set</strong>, set <strong>Token TCP - logs are identified by a token.</strong> and press <strong>Create Log Token</strong>. The generated token is required for the Home Assistant configuration.</p>
|
||||
<p>To use the <code class="highlighter-rouge">logentries</code> component in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">logentries</span><span class="pi">:</span>
|
||||
<span class="s">token</span><span class="pi">:</span> <span class="s">TOKEN</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>token</strong> (<em>Required</em>): Your Logentries log token.</li>
|
||||
</ul>
|
||||
<div class="config-vars">
|
||||
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
|
||||
<dl class="">
|
||||
<dt><a class="title-link" name="token" href="#token"></a> token</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The token for the log to use.</span></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue