BLE Server¶
The esp32_ble_server
component in ESPHome sets up a simple BLE GATT server that exposes the device name,
manufacturer and board. This component allows other components to create their own services to expose
data and control.
# Example configuration
esp32_ble_server:
Configuration variables:¶
manufacturer (Optional, string): The name of the manufacturer/firmware creator. Defaults to
ESPHome
.model (Optional, string): The model name of the device. Defaults to the friendly name of the
board
chosen in the core configuration.