esphome-docs/components/esp32_ble.rst

27 lines
473 B
ReStructuredText
Raw Normal View History

BLE Component
=============
.. seo::
:description: Instructions for setting up Bluetooth LE in ESPHome.
:image: bluetooth.svg
2021-06-11 22:31:35 +02:00
The ``esp32_ble`` component in ESPHome sets up the Bluetooth LE stack on the device so that a :doc:`esp32_ble_server`
can run.
.. code-block:: yaml
# Example configuration
esp32_ble:
2021-06-11 22:31:35 +02:00
No configuration variables.
See Also
--------
2021-06-11 22:31:35 +02:00
- :doc:`esp32_ble_server`
- :doc:`esp32_improv`
- :apiref:`esp32_ble/ble.h`
- :ghedit:`Edit`