mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add links to components
This commit is contained in:
parent
9ec14956e6
commit
5b77ffcc11
@ -12,21 +12,21 @@ ha_category: Other
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `demo` platform allows you use component which are providing a demo of their implementation. The demo entities are dummies but show you how the acutal platform looks like. This way you can run own demonstration instance like the online [Home Assistant demo](https://home-assistant.io/demo/).
|
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 acutal platform looks like. This way you can run own demonstration instance like the online [Home Assistant demo](https://home-assistant.io/demo/) or `hass --demo-mode` but combined with your own real/functional platforms.
|
||||||
|
|
||||||
Available demo platforms:
|
Available demo platforms:
|
||||||
|
|
||||||
- Alarm control panel (`alarm_control_panel`)
|
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
|
||||||
- Binary sensor (`binary_sensor`)
|
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
|
||||||
- Camera (`camera`)
|
- [Camera](/components/camera/) (`camera`)
|
||||||
- Garage door (`garage_door`)
|
- [Garage door](/components/garage_door/) (`garage_door`)
|
||||||
- Light (`light`)
|
- [Light](/components/light/) (`light`)
|
||||||
- Lock (`lock`)
|
- [Lock](/components/lock/) (`lock`)
|
||||||
- Notification (`notify`)
|
- [Notification](/components/notify/) (`notify`)
|
||||||
- Roller shutter (`rollershutter`)
|
- [Roller shutter](/components/rollershutter/) (`rollershutter`)
|
||||||
- Sensor (`sensor`)
|
- [Sensor](/components/sensor/) (`sensor`)
|
||||||
- Switch (`switch`)
|
- [Switch](/components/switch/) (`switch`)
|
||||||
- Thermostat (`thermostat`)
|
- [Thermostat](/components/thermostat/) (`thermostat`)
|
||||||
|
|
||||||
To integrate a demo platform in Home Assistant, add the following section to your `configuration.yaml` file:
|
To integrate a demo platform in Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user