mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-28 23:37:35 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1.9 KiB
1.9 KiB
title | description | logo | ha_category | ha_qa_scale | ha_release | |
---|---|---|---|---|---|---|
Demo platforms | Instructions on how to use the Platform demos with Home Assistant. | home-assistant.png |
|
internal | 0.7 |
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 demo or hass --demo-mode
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
) - Camera (
camera
) - Climate (
climate
) - Cover (
cover
) - Fan (
fan
) - Geolocation (
geo_location
) - Image Processing (
image_processing
) - Light (
light
) - Lock (
lock
) - Mailbox (
mailbox
) - Media Player (
media_player
) - Notification (
notify
) - Remote (
remote
) - Sensor (
sensor
) - Switch (
switch
) - Text-to-speech (
tts
) - Weather (
weather
)
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 integration as stated in the listing above the configuration example. required: true type: string {% endconfiguration %}