mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00

* Add asterisk_mbox documentation * Bad filename * Capitalization error * Update documentation based on changes to the mailbox implementation * Typos as per review * Remove mailbox sensor, since the functionality is included in the mailbox component. Added ha_version to each file since the code has now been merged.
1.7 KiB
1.7 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
page | Demo platforms | Instructions how to use the Platform demos with Home Assistant. | 2016-02-24 07:00 | true | false | true | true | home-assistant.png | Other |
The demo
platform allows you to use components 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:
- Alarm control panel (
alarm_control_panel
) - Binary sensor (
binary_sensor
) - Camera (
camera
) - Climate (
climate
) - Cover (
cover
) - Fan (
fan
) - Image Processing (
image_processing
) - Light (
light
) - Lock (
lock
) - Notification (
notify
) - Remote (
remote
) - Sensor (
sensor
) - Switch (
switch
) - Text-to-speech (
tts
) - Weather (
weather
) - Mailbox (
mailbox
)
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 variables:
- [component] (Required): The name of the component as stated in the listing above the configuration example.