From a98b66b199e64f16f4aba936aeb24924ee2cb155 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 25 Aug 2022 09:02:17 +1200 Subject: [PATCH] Add docs for bluetooth proxy (#2247) Co-authored-by: Paulus Schoutsen --- components/bluetooth_proxy.rst | 28 ++++++++++++++++++++++++++++ index.rst | 4 +++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 components/bluetooth_proxy.rst diff --git a/components/bluetooth_proxy.rst b/components/bluetooth_proxy.rst new file mode 100644 index 000000000..39f6c1c47 --- /dev/null +++ b/components/bluetooth_proxy.rst @@ -0,0 +1,28 @@ +Bluetooth Proxy +=============== + +.. seo:: + :description: Instructions for setting up the Bluetooth Proxy in ESPHome. + :image: bluetooth.svg + +Home Assistant can expand it's Bluetooth reach by communicating through +the Bluetooth proxy component in ESPHome. Place your ESPHome devices close to the +Bluetooth devices that you want to interact with for the best +experience. + +If you're looking to create a device that is just a Bluetooth Proxy, see our `Bluetooth Proxy installer `__ website. + +The Bluetooth proxy depends on :doc:`esp32_ble_tracker` so make sure to add that to your configuration. + +.. code-block:: + + bluetooth_proxy: + +No configuration variables. + +See Also +-------- + +- :doc:`esp32_ble_tracker` +- :apiref:`bluetooth_proxy/bluetooth_proxy.h` +- :ghedit:`Edit` diff --git a/index.rst b/index.rst index 012c09265..eb8c19b1b 100644 --- a/index.rst +++ b/index.rst @@ -663,13 +663,15 @@ Misc Components Sun, components/sun, weather-sunny.svg GPS, components/gps, crosshairs-gps.svg + Bluetooth Proxy, components/bluetooth_proxy, bluetooth.svg ESP32 BLE Client, components/ble_client, bluetooth.svg ESP32 BLE Tracker, components/esp32_ble_tracker, bluetooth.svg ESP32 BLE Beacon, components/esp32_ble_beacon, bluetooth.svg - ESP32 Ethernet, components/ethernet, ethernet.svg + ESP32 Ethernet, components/ethernet, ethernet.svg ESP32 Camera, components/esp32_camera, camera.svg ESP32 Camera Web Server, components/esp32_camera_web_server, camera.svg + Stepper, components/stepper/index, stepper.svg Servo, components/servo, servo.svg Sprinkler, components/sprinkler, sprinkler-variant.svg