Site updated at 2018-01-15 11:59:29 UTC
This commit is contained in:
parent
bd22e4b200
commit
bf18f14fe7
772 changed files with 16363 additions and 3384 deletions
|
@ -127,7 +127,7 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
|||
<span class="pi">-</span> <span class="s">media_player</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Use the <code class="highlighter-rouge">include</code> list to define the domains/entities to display, and exclude some of them with in the <code class="highlighter-rouge">exclude</code> list. This makes sense if you for instance include the <code class="highlighter-rouge">sensor</code> domain, but want to exclude some specific sensors. Instead of adding every sensor entity to the <code class="highlighter-rouge">include</code> <code class="highlighter-rouge">entities</code> list just include the <code class="highlighter-rouge">sensor</code> domain and exclude the sensor entities you are not interested in.</p>
|
||||
<p>Use the <code class="highlighter-rouge">include</code> list to define the domains/entities to display, and exclude some of them within the <code class="highlighter-rouge">exclude</code> list. This makes sense if you, for instance, include the <code class="highlighter-rouge">sensor</code> domain, but want to exclude some specific sensors. Instead of adding every sensor entity to the <code class="highlighter-rouge">include</code> <code class="highlighter-rouge">entities</code> list just include the <code class="highlighter-rouge">sensor</code> domain and exclude the sensor entities you are not interested in. Note that the order of any <code class="highlighter-rouge">include</code> <code class="highlighter-rouge">entities</code> will be displayed as listed in the configuration, otherwise, the display order is arbitrary.</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry with include and exclude</span>
|
||||
<span class="s">history</span><span class="pi">:</span>
|
||||
<span class="s">include</span><span class="pi">:</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue