mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00

* d and e integrations: apply sentence-style capitalization - add references to glossary terms * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Fix typo --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2.9 KiB
2.9 KiB
title, description, ha_category, ha_release, ha_quality_scale, ha_codeowners, ha_domain, ha_iot_class, ha_platforms, ha_integration_type
title | description | ha_category | ha_release | ha_quality_scale | ha_codeowners | ha_domain | ha_iot_class | ha_platforms | ha_integration_type | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Demo | Instructions on how to use the Platform demos with Home Assistant. |
|
0.7 | internal |
|
demo | Calculated |
|
integration |
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 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
) - Mailbox (
mailbox
) - 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
) - Water heater (
water_heater
) - Weather (
weather
)
To integrate a demo platform in Home Assistant, add the following section to your configuration.yaml
file:
# 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 %}