mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
Fix a broken link to setting up a BLE tracker. (#72)
* Fix a broken link to setting up a BLE tracker. Old link points [here](https://esphomelib.com/esphomeyaml/components/binary_sensor/esp32_ble.html#setting-up-devices) (which 404s). New link points [here](https://esphomelib.com/esphomeyaml/components/binary_sensor/esp32_ble_tracker.html#esp32-ble-tracker-setting-up-devices), which seems to be what was intended. * Use RST syntax
This commit is contained in:
parent
a480b431f9
commit
f44e116804
@ -4,7 +4,7 @@ ESP32 Bluetooth Low Energy Tracker Hub
|
|||||||
The ``esp32_ble_tracker`` component creates a global hub so that you can track bluetooth low
|
The ``esp32_ble_tracker`` component creates a global hub so that you can track bluetooth low
|
||||||
energy devices using your ESP32 node.
|
energy devices using your ESP32 node.
|
||||||
|
|
||||||
See `Setting up devices </esphomeyaml/components/binary_sensor/esp32_ble.html#setting-up-devices>`__
|
See :ref:`Setting up devices <esp32_ble_tracker-setting_up_devices>`
|
||||||
for information on how you can find out the MAC address of a device and track it using esphomelib.
|
for information on how you can find out the MAC address of a device and track it using esphomelib.
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user