mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-04 09:10:02 +01:00
27 lines
473 B
ReStructuredText
27 lines
473 B
ReStructuredText
BLE Component
|
|
=============
|
|
|
|
.. seo::
|
|
:description: Instructions for setting up Bluetooth LE in ESPHome.
|
|
:image: bluetooth.svg
|
|
|
|
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:
|
|
|
|
|
|
No configuration variables.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :doc:`esp32_ble_server`
|
|
- :doc:`esp32_improv`
|
|
- :apiref:`esp32_ble/ble.h`
|
|
- :ghedit:`Edit`
|