2019-01-10 15:54:07 +01:00

1.9 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_qa_scale
page Demo platforms Instructions on how to use the Platform demos with Home Assistant. 2016-02-24 07:00 true false true true home-assistant.png Other internal

The demo platform allows you to use components which are providing a demo of their implementation. The demo entities are dummies but show you how the actual platform looks like. This way you can run own demonstration instance like the online Home Assistant demo or hass --demo-mode but combined with your own real/functional platforms.

Available demo platforms:

To integrate a demo platform in Home Assistant, add the following section to your configuration.yaml file:

# Example configuration.yaml entry
[component]:
  - platform: demo

{% configuration %} "[component]": description: The name of the component as stated in the listing above the configuration example. required: true type: string {% endconfiguration %}