esphome-docs/components/demo.rst

30 lines
587 B
ReStructuredText
Raw Normal View History

2021-07-29 12:03:43 +02:00
Demo Integration
================
.. seo::
:description: Instructions for setting up the demo integration in ESPHome
:image: description.svg
2021-07-29 12:03:43 +02:00
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`