mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 22:07:35 +00:00
3.1 KiB
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. |
|
0.7 | internal |
|
demo | Calculated |
|
integration |
|
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:
- Air quality (
air_quality
) - Alarm control panel (
alarm_control_panel
) - Binary sensor (
binary_sensor
) - Button (
button
) - Calendar (
calendar
) - Camera (
camera
) - Climate (
climate
) - Cover (
cover
) - Device tracker (
device_tracker
) - Fan (
fan
) - Geolocation (
geo_location
) - Humidifier (
humidifier
) - Image processing (
image_processing
) - Light (
light
) - Lock (
lock
) - Media player (
media_player
) - Notification (
notify
) - Number (
number
) - Remote (
remote
) - Select (
select
) - Sensor (
sensor
) - Siren (
siren
) - Switch (
switch
) - Text (
text
) - Text-to-speech (
tts
) - Update (
update
) - Vacuum (
vacuum
) - Valve (
valve
) - Water heater (
water_heater
) - Weather (
weather
)
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 %}