mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-02 08:49:48 +01:00
6053f490b5
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
30 lines
587 B
ReStructuredText
30 lines
587 B
ReStructuredText
Demo Integration
|
|
================
|
|
|
|
.. seo::
|
|
:description: Instructions for setting up the demo integration in ESPHome
|
|
:image: description.svg
|
|
|
|
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`
|