Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -89,32 +89,30 @@
<hr class="divider">
<p>The <code>demo</code> platform allows you to use components which are providing a demo of their implementation. The demo entities are dummies but show you how the acutal platform looks like. This way you can run own demonstration instance like the online <a href="https://home-assistant.io/demo/">Home Assistant demo</a> or <code>hass --demo-mode</code> but combined with your own real/functional platforms.</p>
<p>The <code class="highlighter-rouge">demo</code> platform allows you to use components which are providing a demo of their implementation. The demo entities are dummies but show you how the acutal platform looks like. This way you can run own demonstration instance like the online <a href="https://home-assistant.io/demo/">Home Assistant demo</a> or <code class="highlighter-rouge">hass --demo-mode</code> but combined with your own real/functional platforms.</p>
<p>Available demo platforms:</p>
<ul>
<li><a href="/components/alarm_control_panel/">Alarm control panel</a> (<code>alarm_control_panel</code>)</li>
<li><a href="/components/binary_sensor/">Binary sensor</a> (<code>binary_sensor</code>)</li>
<li><a href="/components/camera/">Camera</a> (<code>camera</code>)</li>
<li><a href="/components/garage_door/">Garage door</a> (<code>garage_door</code>)</li>
<li><a href="/components/light/">Light</a> (<code>light</code>)</li>
<li><a href="/components/lock/">Lock</a> (<code>lock</code>)</li>
<li><a href="/components/notify/">Notification</a> (<code>notify</code>)</li>
<li><a href="/components/rollershutter/">Roller shutter</a> (<code>rollershutter</code>)</li>
<li><a href="/components/sensor/">Sensor</a> (<code>sensor</code>)</li>
<li><a href="/components/switch/">Switch</a> (<code>switch</code>)</li>
<li><a href="/components/thermostat/">Thermostat</a> (<code>thermostat</code>)</li>
<li><a href="/components/alarm_control_panel/">Alarm control panel</a> (<code class="highlighter-rouge">alarm_control_panel</code>)</li>
<li><a href="/components/binary_sensor/">Binary sensor</a> (<code class="highlighter-rouge">binary_sensor</code>)</li>
<li><a href="/components/camera/">Camera</a> (<code class="highlighter-rouge">camera</code>)</li>
<li><a href="/components/garage_door/">Garage door</a> (<code class="highlighter-rouge">garage_door</code>)</li>
<li><a href="/components/light/">Light</a> (<code class="highlighter-rouge">light</code>)</li>
<li><a href="/components/lock/">Lock</a> (<code class="highlighter-rouge">lock</code>)</li>
<li><a href="/components/notify/">Notification</a> (<code class="highlighter-rouge">notify</code>)</li>
<li><a href="/components/rollershutter/">Roller shutter</a> (<code class="highlighter-rouge">rollershutter</code>)</li>
<li><a href="/components/sensor/">Sensor</a> (<code class="highlighter-rouge">sensor</code>)</li>
<li><a href="/components/switch/">Switch</a> (<code class="highlighter-rouge">switch</code>)</li>
<li><a href="/components/thermostat/">Thermostat</a> (<code class="highlighter-rouge">thermostat</code>)</li>
</ul>
<p>To integrate a demo platform in Home Assistant, add the following section to your <code>configuration.yaml</code> file:</p>
<p>To integrate a demo platform in Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
[<span class="key">component]</span>:
- <span class="string"><span class="content">platform: demo</span></span>
</pre></div>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="pi">[</span><span class="nv">component</span><span class="pi">]:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">demo</span>
</code></pre>
</div>
<p>Configuration variables:</p>