Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.37 KB

esp32_improv.rst

File metadata and controls

42 lines (30 loc) · 1.37 KB

Improv via BLE

.. seo::
    :description: Instructions for setting up Improv via BLE in ESPHome.
    :image: improv-social.png

The esp32_improv component in ESPHome implements the open Improv standard for configuring Wi-Fi on an ESP32 device by using Bluetooth Low Energy to receive the credentials.

The esp32_improv component will automatically set up the :doc:`BLE Server <esp32_ble>`.

# Example configuration entry
wifi:
  # ...

esp32_improv:
  authorizer: binary_sensor_id

Configuration variables:

See Also