Andrzej 1e7a987434
IoT class for demo (#15262)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-10-16 11:39:23 +02:00

2.0 KiB

title description ha_category ha_release ha_quality_scale ha_codeowners ha_domain ha_iot_class
Demo Instructions on how to use the Platform demos with Home Assistant.
Other
0.7 internal
@home-assistant/core
demo Calculated

The demo platform allows you to use integrations 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 demobut 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

# To load all:
demo:

# To load for a specific integration:
light:
  - platform: demo

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