Site updated at 2016-02-24 09:08:07 UTC
This commit is contained in:
parent
7d04602c21
commit
74769eadf8
13 changed files with 178 additions and 178 deletions
|
@ -113,22 +113,22 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>demo</code> platform allows you use component 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>.</p>
|
||||
<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>Available demo platforms:</p>
|
||||
|
||||
<ul>
|
||||
<li>Alarm control panel (<code>alarm_control_panel</code>)</li>
|
||||
<li>Binary sensor (<code>binary_sensor</code>)</li>
|
||||
<li>Camera (<code>camera</code>)</li>
|
||||
<li>Garage door (<code>garage_door</code>)</li>
|
||||
<li>Light (<code>light</code>)</li>
|
||||
<li>Lock (<code>lock</code>)</li>
|
||||
<li>Notification (<code>notify</code>)</li>
|
||||
<li>Roller shutter (<code>rollershutter</code>)</li>
|
||||
<li>Sensor (<code>sensor</code>)</li>
|
||||
<li>Switch (<code>switch</code>)</li>
|
||||
<li>Thermostat (<code>thermostat</code>)</li>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
<p>To integrate a demo platform in Home Assistant, add the following section to your <code>configuration.yaml</code> file:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue