mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-11 20:02:12 +01:00
Add demo integration (#1346)
This commit is contained in:
parent
d52c11f12b
commit
7ca8df8e3c
29
components/demo.rst
Normal file
29
components/demo.rst
Normal file
@ -0,0 +1,29 @@
|
||||
Demo Integration
|
||||
================
|
||||
|
||||
.. seo::
|
||||
:description: Instructions for setting up the demo integration in ESPHome
|
||||
:image: description.png
|
||||
|
||||
The ``demo`` integration can be used for testing to generate sample instances of many
|
||||
different integrations (sensors, lights, ...)
|
||||
|
||||
.. figure:: images/demo-ui.png
|
||||
:align: center
|
||||
:width: 70.0%
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Example configuration entry
|
||||
demo:
|
||||
|
||||
Configuration variables:
|
||||
------------------------
|
||||
|
||||
This integration has no configuration variables
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
- :apiref:`demo/demo_sensor.h`
|
||||
- :ghedit:`Edit`
|
BIN
components/images/demo-ui.png
Normal file
BIN
components/images/demo-ui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -464,6 +464,7 @@ Misc Components
|
||||
RTTTL Buzzer, components/rtttl, buzzer.jpg
|
||||
Prometheus, components/prometheus, prometheus.svg
|
||||
Grow Fingerprint Reader, components/fingerprint_grow, fingerprint.svg
|
||||
Demo, components/demo, description.svg
|
||||
|
||||
Additional Custom Components
|
||||
----------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user