2025-03-02 00:10:32 +01:00

3.1 KiB

title description ha_category ha_release ha_quality_scale ha_codeowners ha_domain ha_iot_class ha_platforms ha_integration_type related
Demo Instructions on how to use the Platform demos with Home Assistant.
Other
Update
0.7 internal
@home-assistant/core
demo Calculated
air_quality
alarm_control_panel
binary_sensor
button
calendar
camera
climate
cover
date
datetime
device_tracker
event
fan
geo_location
humidifier
light
lock
media_player
notify
number
remote
select
sensor
siren
stt
switch
text
time
tts
update
vacuum
valve
water_heater
weather
integration
docs title
/docs/configuration/ Configuration file

The demo {% term integration %} 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 {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
demo:

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