Demo


The demo integrationIntegrations connect and integrate Home Assistant with your devices, services, and more.
[Learn more]
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 demo 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.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.
[Learn more]
file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.
[Learn more]
file, restart Home Assistant to apply the changes.

# Example configuration.yaml entry
demo:

Configuration Variables

[component] string Required

The name of the integration as stated in the listing above the configuration example.